Commit 53dc43b3 authored by liuzeheng's avatar liuzeheng

目的国为空全部加载

parent de8758bb
......@@ -758,6 +758,20 @@ export default {
}else if(this.destCountryId!="" && this.objectiveId=="" && this.destWarehouseId==""){
getRegionList(5, 5).then(({data}) => {
this.AddressTown = data;
})
.catch(error => {
console.log(error);
});
}else if(this.destCountryId=="" && this.objectiveId=="" && this.destWarehouseId==""){
getRegionList(4, 4).then(({data}) => {
this.AddressCity = data;
})
.catch(error => {
console.log(error);
});
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