This commit is contained in:
@@ -412,7 +412,6 @@ export default {
|
|||||||
this.value.city = item.src.city;
|
this.value.city = item.src.city;
|
||||||
this.value.region = item.src.region;
|
this.value.region = item.src.region;
|
||||||
this.value.country = item.src.country;
|
this.value.country = item.src.country;
|
||||||
|
|
||||||
this.pvm.formState.dirty = true;
|
this.pvm.formState.dirty = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -431,7 +430,6 @@ export default {
|
|||||||
this.value.postCity = this.value.city;
|
this.value.postCity = this.value.city;
|
||||||
this.value.postRegion = this.value.region;
|
this.value.postRegion = this.value.region;
|
||||||
this.value.postCountry = this.value.country;
|
this.value.postCountry = this.value.country;
|
||||||
|
|
||||||
this.pvm.formState.dirty = true;
|
this.pvm.formState.dirty = true;
|
||||||
},
|
},
|
||||||
AddressCopyToPhysical() {
|
AddressCopyToPhysical() {
|
||||||
@@ -439,7 +437,6 @@ export default {
|
|||||||
this.value.city = this.value.postCity;
|
this.value.city = this.value.postCity;
|
||||||
this.value.region = this.value.postRegion;
|
this.value.region = this.value.postRegion;
|
||||||
this.value.country = this.value.postCountry;
|
this.value.country = this.value.postCountry;
|
||||||
|
|
||||||
this.pvm.formState.dirty = true;
|
this.pvm.formState.dirty = true;
|
||||||
},
|
},
|
||||||
AddressCopyPhysicalToClipBoard() {
|
AddressCopyPhysicalToClipBoard() {
|
||||||
|
|||||||
Reference in New Issue
Block a user