Commit 922d9f6e authored by chenzj's avatar chenzj

领料申请,退料申请,领料单,bug修复

parent 2052c7f7
......@@ -368,7 +368,7 @@ export default {
updateTime: null,
windCase: null,
grantNum: null, };
this.daterangePurchaseDate = [];
this.resetForm("form");
},
/** 搜索按钮操作 */
......@@ -379,6 +379,7 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
this.daterangePurchaseDate = [];
this.handleQuery();
},
// 多选框选中数据
......
......@@ -357,7 +357,7 @@ export default {
returnNum: null,
windCase: null
};
this.daterangePurchaseDate= [];
this.resetForm("form");
},
/** 搜索按钮操作 */
......@@ -367,6 +367,7 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.daterangePurchaseDate= [];
this.resetForm("queryForm");
this.handleQuery();
},
......
......@@ -371,6 +371,7 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.daterangePurchaseDate = [];
this.resetForm("queryForm");
this.handleQuery();
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment