Merge branch 'master' of https://gitea.qinmian.online/2112A-ONE/cloud-ui
commit
a4d6ad0c78
|
@ -233,8 +233,8 @@ export default {
|
|||
getList() {
|
||||
this.loading = true;
|
||||
listSource(this.queryParams).then(response => {
|
||||
this.sourceList = response.rows;
|
||||
this.total = response.total;
|
||||
this.sourceList = response.data.rows;
|
||||
this.total = response.data.total;
|
||||
this.loading = false;
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue