Compare commits

...

2 Commits

Author SHA1 Message Date
hekaiyu
7f9531d4f3 Merge remote-tracking branch 'origin/main' 2025-05-10 22:48:49 +08:00
hekaiyu
2d34fb2db5 数据编目,返回取result 2025-05-10 22:48:43 +08:00

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);
}