parent
54bba1fee3
commit
639608e67b
1 changed files with 2 additions and 1 deletions
|
|
@ -259,7 +259,8 @@ export const useCustomerForm = defineStore('form-customer', () => {
|
|||
telephoneNo:
|
||||
currentFormData.value.customerBranch?.at(0)?.telephoneNo || '',
|
||||
gender: currentFormData.value.customerBranch?.at(0)?.gender || '',
|
||||
birthDate: currentFormData.value.customerBranch?.at(0)?.birthDate || '',
|
||||
birthDate:
|
||||
currentFormData.value.customerBranch?.at(0)?.birthDate || undefined,
|
||||
|
||||
businessType:
|
||||
currentFormData.value.customerBranch?.at(0)?.businessType || '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue