1
This commit is contained in:
parent
8bb08b7e71
commit
c8f6bcec12
@ -159,8 +159,8 @@ export default {
|
|||||||
getList() {
|
getList() {
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
listConfig(this.queryParams).then(response => {
|
listConfig(this.queryParams).then(response => {
|
||||||
this.configList = response.rows;
|
this.configList = response.data.records;
|
||||||
this.total = response.total;
|
this.total = response.data.total;
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user