耗材字典维护分页问题

ywj_dev
wangwei 2 years ago
parent c389690d55
commit 09c96c2e53

@ -1545,7 +1545,7 @@ export default {
this.getList(); this.getList();
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.filterQuery.page = val; this.filterQuery.page = val.page;
this.getList(); this.getList();
}, },
handleModifyClick(row) { handleModifyClick(row) {

Loading…
Cancel
Save