领料申请-重置查询条件修复

This commit is contained in:
binbin_pan 2024-04-19 10:45:11 +08:00
parent 9e9fb2da60
commit bcf6710e01
2 changed files with 4 additions and 0 deletions

View File

@ -415,6 +415,8 @@
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.time = [] this.queryParams.time = []
this.queryParams.unitId = null
this.queryParams.proId = null
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },

View File

@ -431,6 +431,8 @@
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams.time = [] this.queryParams.time = []
this.queryParams.unitId = null
this.queryParams.proId = null
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },