修复总览没数据问题

This commit is contained in:
dragon
2024-09-14 22:07:01 +08:00
parent 9b6ee433d7
commit 1ab319d372

View File

@@ -127,7 +127,7 @@ export default {
partitionId: this.inquire.value,
}).then((res) => {
this.total = res.data.total;
this.tableData = res.data.rows;
this.tableData = res.data;
this.loading = false;
});
},