|
@@ -713,12 +713,6 @@ const changeTemplate = (val) => {
|
|
|
if (detailCorporation.addressEn) {
|
|
|
formData.data.sellAddress = detailCorporation.addressEn;
|
|
|
}
|
|
|
- if (detailCorporation.cityEnStr) {
|
|
|
- formData.data.sellCityName = detailCorporation.cityEnStr;
|
|
|
- }
|
|
|
- if (detailCorporation.addressEn) {
|
|
|
- formData.data.sellAddress = detailCorporation.addressEn;
|
|
|
- }
|
|
|
// proxy.post("/customizeArea/list", { parentId: "0" }).then((resCountry) => {
|
|
|
// let sellCountryData = resCountry.filter((item) => item.id === detailCorporation.countryId);
|
|
|
// if (sellCountryData && sellCountryData.length > 0) {
|