การอนุมัติ รายการเลื่อนเงินเดือนข้าราชการฯ

This commit is contained in:
setthawutttty 2024-03-19 12:26:47 +07:00
parent 9bfe0ad6fa
commit 50a128cf64
4 changed files with 31 additions and 13 deletions

View file

@ -18,6 +18,7 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
const remaining = ref<number>(0);
const statusQuota = ref<string>('')
const groupId = ref<string>("");
const rootId = ref<string>("");
const roundMainCode = ref<string>("");
@ -155,5 +156,6 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
remaining,
isClosedRound,
roundYear,
statusQuota
};
});