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: '',
|
lastNameEN: '',
|
||||||
telephoneNo: '',
|
telephoneNo: '',
|
||||||
gender: '',
|
gender: '',
|
||||||
birthDate: '',
|
birthDate: undefined,
|
||||||
|
|
||||||
businessType: '',
|
businessType: '',
|
||||||
jobPosition: '',
|
jobPosition: '',
|
||||||
|
|
@ -434,7 +434,7 @@ export const useCustomerBranchForm = defineStore('form-customer-branch', () => {
|
||||||
customerName: '',
|
customerName: '',
|
||||||
registerName: '',
|
registerName: '',
|
||||||
registerNameEN: '',
|
registerNameEN: '',
|
||||||
registerDate: null,
|
registerDate: undefined,
|
||||||
authorizedCapital: '',
|
authorizedCapital: '',
|
||||||
authorizedName: '',
|
authorizedName: '',
|
||||||
authorizedNameEN: '',
|
authorizedNameEN: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue