This commit is contained in:
刘召雪
2020-11-25 16:59:33 +08:00
parent cb9c5f3b2b
commit c5a30f4b26

View File

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