修复总览没数据问题
This commit is contained in:
@@ -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;
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user