This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user