Compare commits
No commits in common. "7f9531d4f3cae0bee09a71b7024c06214a82ff24" and "dfb2faefc2ca04c9ce45a90d9b6546345e323382" have entirely different histories.
7f9531d4f3
...
dfb2faefc2
|
@ -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;
|
this.dataRefsSources = res.result.records;
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.message);
|
this.$message.warning(res.message);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user