refactor: handle undefined

This commit is contained in:
Thanaphon Frappet 2024-11-21 17:24:06 +07:00
parent e3341d13be
commit 589869a9eb

View file

@ -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: '',