Commit 9b67bcde authored by 张海景's avatar 张海景

Merge branch 'dev' of http://git.local.topsunit.com/mes/mes-ui into dev

parents 2db66824 0e2f87b2
......@@ -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