修改bug

ww
wangwei 3 years ago
parent 8df20c2c7f
commit 6f0ab9528b

@ -141,6 +141,7 @@ export default {
},
cancelDialog() {
this.addDialogVisible = false;
this.getList();
},
search() {
this.filterQuery.page = 1;

@ -382,7 +382,7 @@ export default {
handleCurrentChange(val) {
this.query.page = val;
this.getList();
this.query.page=null;
this.query.page=1;
},
handInvCurrentChange(row) {

Loading…
Cancel
Save