เรียนในใบลา
This commit is contained in:
parent
49c316c062
commit
48d0c9febc
7 changed files with 342 additions and 52 deletions
|
|
@ -28,6 +28,7 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
posLevelName: "",
|
||||
salary: null,
|
||||
birthDate: "",
|
||||
keycloakId: "",
|
||||
posNo: "",
|
||||
org: "",
|
||||
dateStart: "",
|
||||
|
|
@ -108,6 +109,7 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
formData.lastName = data.lastName;
|
||||
formData.position = data.position;
|
||||
formData.salary = data.salary;
|
||||
formData.keycloakId = data.keycloak;
|
||||
formData.citizenId = data.citizenId;
|
||||
formData.birthDate = data.birthDate;
|
||||
formData.posTypeName = data.posTypeName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue