ปรับเเสดง ผล OFFICER/EMPLOYEE

This commit is contained in:
setthawutttty 2024-11-06 13:48:28 +07:00
parent 010deca042
commit 8390a8ab01
8 changed files with 172 additions and 125 deletions

View file

@ -9,6 +9,7 @@ export const useDataStore = defineStore("data", () => {
const expandedReport2 = ref<string[]>([]);
const selectedReport2 = ref<string>("");
const officerType = ref<string>("tets");
const expandedRegister = ref<string[]>([]);
const selectedRegister = ref<string>("");
// computed() คือการประกาศ getters เหมือน vuex
@ -67,7 +68,8 @@ export const useDataStore = defineStore("data", () => {
expandedRegister,
selectedRegister,
changeTreeRegister,
isProbation
isProbation,
officerType
};
});