This commit is contained in:
BianLzhaoMin 2024-04-11 11:30:18 +08:00
commit 28d34ce4fa
1 changed files with 3 additions and 0 deletions

View File

@ -223,6 +223,9 @@ export default {
resetQuery() {
this.dateRange = [];
this.resetForm("queryForm");
this.queryParams.time = null;
this.queryParams.unitId = null;
this.queryParams.proId = null;
this.handleQuery();
},