Commit 765f6ea3 authored by liuzeheng's avatar liuzeheng

目的城市筛选

parent 1ef08bfc
......@@ -739,13 +739,32 @@ export default {
this.objectiveId = "";
this.destWarehouseId = "";
this.findByprovinceCode();
//重新加载目的城市
getRegionList(4, 4).then(({data}) => {
this.AddressCity = data;
})
.catch(error => {
console.log(error);
});
}
},
objectiveId: {
deep:true, //深度监听
handler () {
this.findBycityCode();
getRegionList(5, 5).then(({data}) => {
this.AddressTown = data;
})
.catch(error => {
console.log(error);
});
}
}
......
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