แก้ รอบการขึ้นเงินเดือน

This commit is contained in:
setthawutttty 2024-03-26 17:22:35 +07:00
parent 3c1771e70e
commit 94a7a81e1f
3 changed files with 32 additions and 21 deletions

View file

@ -22,6 +22,7 @@ export const useSalaryDataStore = defineStore("salaryDataStore", () => {
isClose: i.isClose !== null ? i.isClose : null,
effectiveDate: i.effectiveDate !== null ? i.effectiveDate : null,
status: i.status !== null ? i.status : null,
revisionId: i.revisionId,
}));
}