Compare commits
2 Commits
dfb2faefc2
...
7f9531d4f3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7f9531d4f3 | ||
![]() |
2d34fb2db5 |
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user