数据编目,返回取result
This commit is contained in:
parent
5801cbee71
commit
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