Commit 1996a8ca authored by xiamw's avatar xiamw

修复bug

parent 6b96ddb8
......@@ -285,7 +285,7 @@ export default {
})
}
},
destCountryId: {
destCountryIds: {
//监听当前地区值的变化,于与上方地区值进行了双向绑定
deep: true, //深度监听
handler() {
......@@ -309,7 +309,7 @@ export default {
this.getOpenedRouterList()
},
},
destCityId: {
destCityIds: {
deep: true, //深度监听 目的仓
handler() {
this.AddressTown = [];
......@@ -347,7 +347,7 @@ export default {
this.getChannelList()
},
},
destWarehouseId: {
destWarehouseIds: {
deep: true, //深度监听
handler() {
if (
......
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