mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-25 15:33:58 +00:00
large commit
This commit is contained in:
@@ -16,7 +16,8 @@ class AddressBook extends JsonResource
|
||||
{
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'company_id' => $this->company_id,
|
||||
'type' => $this->type,
|
||||
'company_id' => $this->reference_id,
|
||||
'reference' => $this->reference,
|
||||
'contact' => $this->contact,
|
||||
'street_one' => $this->street_one,
|
||||
|
||||
@@ -82,7 +82,6 @@
|
||||
if(this.data !== null){
|
||||
this.isEdit = true;
|
||||
this.addressBook = this.data;
|
||||
console.log(this.addressBook);
|
||||
} else {
|
||||
this.addressBook.company_id = this.company_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user