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

页面修改

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