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:
commit
32136fd932
3 changed files with 32 additions and 21 deletions
|
|
@ -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,
|
||||
}));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue