领料查询-表单重置修复
This commit is contained in:
parent
ab0426e0f8
commit
a8a98ce041
|
|
@ -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();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue