debug address contact

This commit is contained in:
omair saleh
2021-12-17 12:21:44 +08:00
parent c972bc87a3
commit 3f9874a0bd
@@ -118,9 +118,9 @@
this.parameters.street_two = this.data.street_two;
this.parameters.district_id = this.data.district.id;
this.parameters.post_code = this.data.post_code;
this.parameters.phone = this.data.contact.phone;
this.parameters.person_in_charge = this.data.contact.reference;
this.parameters.remark = this.data.remark.content;
this.parameters.phone = this.data.contact ? this.data.contact.phone : '';
this.parameters.person_in_charge = this.data.contact ? this.data.contact.reference : '';
this.parameters.remark = this.data.remark ? this.data.remark.content : '';
}
},
watch: {