ปรับเเสดง ผล OFFICER/EMPLOYEE
This commit is contained in:
parent
010deca042
commit
8390a8ab01
8 changed files with 172 additions and 125 deletions
|
|
@ -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
|
||||
};
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue