This commit is contained in:
2021-05-03 16:20:39 +00:00
parent bf20274c59
commit ba41a22eb9

View File

@@ -412,7 +412,6 @@ export default {
this.value.city = item.src.city;
this.value.region = item.src.region;
this.value.country = item.src.country;
this.pvm.formState.dirty = true;
}
},
@@ -431,7 +430,6 @@ export default {
this.value.postCity = this.value.city;
this.value.postRegion = this.value.region;
this.value.postCountry = this.value.country;
this.pvm.formState.dirty = true;
},
AddressCopyToPhysical() {
@@ -439,7 +437,6 @@ export default {
this.value.city = this.value.postCity;
this.value.region = this.value.postRegion;
this.value.country = this.value.postCountry;
this.pvm.formState.dirty = true;
},
AddressCopyPhysicalToClipBoard() {