Commit 8dd6c620 authored by Smile's avatar Smile

bug331 批量修改货运信息,选不了国家

parent 7892bfbe
...@@ -107,7 +107,6 @@ export default { ...@@ -107,7 +107,6 @@ export default {
return ids return ids
}, },
exportCityList() { exportCityList() {
console.log("this.tradeCityList", this.tradeCityList)
return this.tradeCityList.filter(item => item.type == 2 || item.type == 3) return this.tradeCityList.filter(item => item.type == 2 || item.type == 3)
}, },
showDestCountryList() { showDestCountryList() {
...@@ -138,6 +137,7 @@ export default { ...@@ -138,6 +137,7 @@ export default {
warehouseList: [], warehouseList: [],
showDestCityList: [], showDestCityList: [],
tradeCityList:[], tradeCityList:[],
destCountryList: [],
selectedRouter: null, selectedRouter: null,
routerList: [], routerList: [],
rules: { rules: {
......
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