领料查询-表单重置修复

This commit is contained in:
binbin_pan 2024-04-11 10:46:32 +08:00
parent ab0426e0f8
commit a8a98ce041
1 changed files with 3 additions and 0 deletions

View File

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