refactor: edit type work
This commit is contained in:
parent
fbfe8399fb
commit
03ba79a401
2 changed files with 3 additions and 3 deletions
|
|
@ -686,7 +686,6 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
|
||||
employeeWork: [
|
||||
{
|
||||
workEndDate: null,
|
||||
workPermitExpireDate: null,
|
||||
workPermitIssueDate: null,
|
||||
workPermitNo: '',
|
||||
|
|
@ -694,7 +693,6 @@ export const useEmployeeForm = defineStore('form-employee', () => {
|
|||
jobType: '',
|
||||
positionName: '',
|
||||
ownerName: '',
|
||||
remark: '',
|
||||
},
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue