Commit 56266ce5 authored by Administrator's avatar Administrator

Merge branch 'pre-release' into 'jd_dev'

Pre Release分支合并到jd分支1227

See merge request !118
parents 55bbf23e add4243f
...@@ -827,7 +827,11 @@ export default { ...@@ -827,7 +827,11 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.dateRangeCreateTime = [] this.queryParams = {};
this.dateRangeCreateTime = [];
this.countryIdList = null;
this.destCityIdList = null;
this.destWarehouseIdList = null;
this.resetForm('queryForm') this.resetForm('queryForm')
this.handleQuery() this.handleQuery()
}, },
......
...@@ -1412,6 +1412,7 @@ export default { ...@@ -1412,6 +1412,7 @@ export default {
this.form.pickRatio = null this.form.pickRatio = null
this.form.pickNum = null this.form.pickNum = null
this.form.releaseRatio = null this.form.releaseRatio = null
this.form.releaseNum = null
this.form.cost = null this.form.cost = null
this.form.packingListUrl = null this.form.packingListUrl = null
this.form.commissionPayable = 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