Commit ff9c562d authored by zhengyi's avatar zhengyi

fix:空运出货列表查询条件目的国、目的城市、目的仓重置bug修复

parent e32f0cf0
...@@ -355,6 +355,9 @@ export default { ...@@ -355,6 +355,9 @@ export default {
resetQuery() { resetQuery() {
this.queryParams = {}; this.queryParams = {};
this.dateRangeCreateTime = []; this.dateRangeCreateTime = [];
this.countryIdList = null;
this.destCityIdList = null;
this.destWarehouseIdList = null;
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); 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