รายการเงินเดือน => MessageNotif ย้ายขั้น
This commit is contained in:
parent
cd5647cb10
commit
2a815f4f40
3 changed files with 23 additions and 4 deletions
|
|
@ -16,6 +16,8 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
|
|||
{ id: "", name: "กลุ่ม2" },
|
||||
]);
|
||||
|
||||
const remaining = ref<number>(0);
|
||||
|
||||
const groupId = ref<string>("");
|
||||
const rootId = ref<string>("");
|
||||
const roundMainCode = ref<string>("");
|
||||
|
|
@ -63,6 +65,8 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
|
|||
rootId,
|
||||
roundCode,
|
||||
groupOp,
|
||||
roundMainCode
|
||||
roundMainCode,
|
||||
|
||||
remaining,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue