This commit is contained in:
许允枞 2024-11-20 16:15:41 +08:00
parent 4541fcfcd2
commit 7f45b91a53

View File

@ -198,7 +198,7 @@
getList() { getList() {
this.loading = true; this.loading = true;
listInfo(this.queryParams).then(response => { listInfo(this.queryParams).then(response => {
this.infoList = response.rows; this.infoList = response.data.records;
this.total = response.total; this.total = response.total;
this.loading = false; this.loading = false;
}); });