数据编目,返回取result

This commit is contained in:
hekaiyu 2025-05-10 22:48:43 +08:00
parent 5801cbee71
commit 2d34fb2db5

View File

@ -279,7 +279,7 @@ export default {
this.tagloading = true;
getTableTagRefs(this.queryRefsParam).then((res) => {
if (res.success) {
this.dataRefsSources = res.result.records;
this.dataRefsSources = res.result;
} else {
this.$message.warning(res.message);
}