Commit 92e29269 authored by Smile's avatar Smile

Merge remote-tracking branch 'origin/jd_dev' into jd_dev

parents 89cb498c 56266ce5
......@@ -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