large commit

This commit is contained in:
Omair Saleh
2019-10-08 11:10:59 +08:00
parent 71d8f3d59b
commit cd912f8005
@@ -82,6 +82,7 @@
if(this.data !== null){
this.isEdit = true;
this.addressBook = this.data;
console.log(this.addressBook);
} else {
this.addressBook.company_id = this.company_id;
}