From ba41a22eb91831d015d46c3c68de463f1bcb30ad Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 3 May 2021 16:20:39 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-address.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/ayanova/src/components/work-order-address.vue b/ayanova/src/components/work-order-address.vue index fbbfb2fa..5e2ffff0 100644 --- a/ayanova/src/components/work-order-address.vue +++ b/ayanova/src/components/work-order-address.vue @@ -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() {