更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user