优化分页统一返回
This commit is contained in:
@@ -151,7 +151,7 @@ export default {
|
||||
|
||||
getGenTable(this.queryParams).then((res) => {
|
||||
this.tableData = res.data.result;
|
||||
this.total = res.data.totalCount;
|
||||
this.total = res.data.totalNum;
|
||||
this.tableloading = false;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user