Commit 8acf4fdd authored by 332784038@qq.com's avatar 332784038@qq.com

空运出货列表重置bug修复

parent ff9c562d
......@@ -827,7 +827,11 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.dateRangeCreateTime = []
this.queryParams = {};
this.dateRangeCreateTime = [];
this.countryIdList = null;
this.destCityIdList = null;
this.destWarehouseIdList = null;
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