Commit 9e0caf07 authored by 沈良进's avatar 沈良进

页面修改

parent b4dbda78
...@@ -344,14 +344,14 @@ ...@@ -344,14 +344,14 @@
ID: 0, ID: 0,
Name: "", Name: "",
EnName: "", EnName: "",
ParentID: "", ParentID: 0,
CodeLevel: "", CodeLevel: "",
ThreeCode: "", ThreeCode: "",
FourCode: "", FourCode: "",
Area: "", Area: "",
CountryID: "", CountryID: 0,
ProvinceID: "", ProvinceID: 0,
CityID: "", CityID: 0,
Lng: "", //经度 Lng: "", //经度
Lat: "", //纬度 Lat: "", //纬度
}, },
...@@ -548,6 +548,7 @@ ...@@ -548,6 +548,7 @@
"dict_post_Destination_Get", "dict_post_Destination_Get",
msg, msg,
res => { res => {
console.log("updateCity,",res.data);
this.disCountry = false; this.disCountry = false;
this.disProvince = false; this.disProvince = false;
this.disCity = false; this.disCity = false;
...@@ -558,6 +559,7 @@ ...@@ -558,6 +559,7 @@
this.disCountry = true; this.disCountry = true;
this.addMsg.ParentID = res.data.data.CountryID; this.addMsg.ParentID = res.data.data.CountryID;
} else if (res.data.data.CodeLevel == 3) { } else if (res.data.data.CodeLevel == 3) {
this.getProvinceList(res.data.data.CountryID,1)
this.addMsg.ParentID = res.data.data.ProvinceID; this.addMsg.ParentID = res.data.data.ProvinceID;
this.disCountry = true; this.disCountry = true;
this.disProvince = true; this.disProvince = true;
......
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