Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

* 'develop' of github.com:Frappet/bma-ehr-frontend:
  แก้ รอบการขึ้นเงินเดือน
This commit is contained in:
Warunee Tamkoo 2024-03-26 17:27:03 +07:00
commit 32136fd932
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,
}));
}