调整&修复bug
This commit is contained in:
@ -238,7 +238,10 @@ export default {
|
||||
},
|
||||
// 重置按钮操作
|
||||
resetQuery () {
|
||||
this.queryParams = {};
|
||||
this.queryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10
|
||||
};
|
||||
this.resetForm('queryForm');
|
||||
this.dateRange = [];
|
||||
this.handleQuery();
|
||||
|
Reference in New Issue
Block a user