修改bug

ww
wangwei 3 years ago
parent 8df20c2c7f
commit 6f0ab9528b

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

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

Loading…
Cancel
Save