调整&修复bug

This commit is contained in:
hh
2021-02-02 16:17:54 +08:00
parent 6ca4271c8d
commit fa76466910
8 changed files with 84 additions and 32 deletions

View File

@ -238,7 +238,10 @@ export default {
},
// 重置按钮操作
resetQuery () {
this.queryParams = {};
this.queryParams = {
pageNum: 1,
pageSize: 10
};
this.resetForm('queryForm');
this.dateRange = [];
this.handleQuery();