Commit f0f9b510 authored by dragondean@qq.com's avatar dragondean@qq.com

订单列表渠道重置异常修复

parent 18cac1d4
...@@ -2044,12 +2044,12 @@ export default { ...@@ -2044,12 +2044,12 @@ export default {
page: 1, page: 1,
rows: 10, rows: 10,
packageTypeArr: [], packageTypeArr: [],
channelId: ''
}; };
this.destCountryId = null this.destCountryId = null
this.destWarehouseId = null this.destWarehouseId = null
this.objectiveId = null this.objectiveId = null
this.queryParams.channelId = "";
this.noParam.value = ""; this.noParam.value = "";
this.prodParam.value = ""; this.prodParam.value = "";
this.dateFilter = []; this.dateFilter = [];
......
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