Commit 937c562c authored by 332784038@qq.com's avatar 332784038@qq.com

Merge branch 'master-fix' into pre-release

parents eedd5c14 37b4b685
......@@ -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()
},
......
......@@ -1412,6 +1412,7 @@ export default {
this.form.pickRatio = null
this.form.pickNum = null
this.form.releaseRatio = null
this.form.releaseNum = null
this.form.cost = null
this.form.packingListUrl = null
this.form.commissionPayable = null
......
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