refactor: set default value of emplpyee
This commit is contained in:
parent
68c376c011
commit
2b021fad22
1 changed files with 6 additions and 1 deletions
|
|
@ -658,7 +658,12 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
||||||
|
|
||||||
addressEN: '',
|
addressEN: '',
|
||||||
address: '',
|
address: '',
|
||||||
zipCode: '',
|
street: '',
|
||||||
|
streetEN: '',
|
||||||
|
moo: '',
|
||||||
|
mooEN: '',
|
||||||
|
soi: '',
|
||||||
|
soiEN: '',
|
||||||
|
|
||||||
subDistrictId: '',
|
subDistrictId: '',
|
||||||
districtId: '',
|
districtId: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue