This commit is contained in:
RenCheng 2025-05-11 11:31:22 +08:00
commit 132d5de6d9

View File

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