แก้ประเมิน
This commit is contained in:
parent
cbee41e212
commit
2cec815100
4 changed files with 22 additions and 2 deletions
|
|
@ -25,6 +25,8 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
posExecutiveName: "",
|
||||
posTypeName: "",
|
||||
posLevelName: "",
|
||||
salary: null,
|
||||
birthDate: '',
|
||||
posNo: "",
|
||||
});
|
||||
const count = ref<number>(0);
|
||||
|
|
@ -102,6 +104,9 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
formData.firstName = data.firstName;
|
||||
formData.lastName = data.lastName;
|
||||
formData.position = data.position;
|
||||
formData.salary = data.salary;
|
||||
formData.citizenId = data.citizenId;
|
||||
formData.birthDate = data.birthDate;
|
||||
formData.posTypeName = data.posTypeName;
|
||||
formData.posExecutiveName = data.posExecutiveName;
|
||||
formData.posLevelName = data.posLevelName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue