Compare commits

..

No commits in common. "7f9531d4f3cae0bee09a71b7024c06214a82ff24" and "dfb2faefc2ca04c9ce45a90d9b6546345e323382" have entirely different histories.

View File

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