This commit is contained in:
xiaozhiyong
2023-02-16 00:02:59 +08:00
parent 81c21b48f6
commit 22eac520a4
5 changed files with 7 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ export default {
getByPage() {
serve.getByPage(this.parameter).then((res) => {
this.tableData = res.data.list;
this.parameter.total = res.data.totalPage;
this.parameter.total = res.data.totalCount;
});
},
//炼厂list