isClose
This commit is contained in:
parent
24e0fc57fa
commit
1d4a73fc17
4 changed files with 28 additions and 27 deletions
|
|
@ -19,6 +19,7 @@ export const useSalaryDataStore = defineStore("salaryDataStore", () => {
|
|||
period: i.period !== null ? i.period : null,
|
||||
year: i.year !== null ? i.year : null,
|
||||
isActive: i.isActive !== null ? i.isActive : null,
|
||||
isClose: i.isClose !== null ? i.isClose : null,
|
||||
effectiveDate: i.effectiveDate !== null ? i.effectiveDate : null,
|
||||
status: i.status !== null ? i.status : null,
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue