refactor: handle undefined
This commit is contained in:
parent
e3341d13be
commit
589869a9eb
1 changed files with 2 additions and 2 deletions
|
|
@ -399,7 +399,7 @@ export const useCustomerBranchForm = defineStore('form-customer-branch', () => {
|
|||
lastNameEN: '',
|
||||
telephoneNo: '',
|
||||
gender: '',
|
||||
birthDate: '',
|
||||
birthDate: undefined,
|
||||
|
||||
businessType: '',
|
||||
jobPosition: '',
|
||||
|
|
@ -434,7 +434,7 @@ export const useCustomerBranchForm = defineStore('form-customer-branch', () => {
|
|||
customerName: '',
|
||||
registerName: '',
|
||||
registerNameEN: '',
|
||||
registerDate: null,
|
||||
registerDate: undefined,
|
||||
authorizedCapital: '',
|
||||
authorizedName: '',
|
||||
authorizedNameEN: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue