ระบบลาของข้าราชการแสดงเฉพาะที่ยื่นใบลาไปแล้วเท่านั้น ลูกจ้างไม่มี workflow
This commit is contained in:
parent
38bef980bb
commit
7a3ffc432d
2 changed files with 16 additions and 3 deletions
|
|
@ -8,7 +8,7 @@ import { useRegistryInFormationStore } from "@/modules/10_registry/store/registr
|
|||
import { useCounterMixin } from "./mixin";
|
||||
import type { ProfileData } from "@/interface/Main";
|
||||
|
||||
export const useDataStore = defineStore("data", () => {
|
||||
export const useDataStore = defineStore("dataMain", () => {
|
||||
const storeRegistry = useRegistryInFormationStore();
|
||||
const $q = useQuasar();
|
||||
const mixin = useCounterMixin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue