แต่งตั้งคณะกรรมการทดลองงาน

This commit is contained in:
setthawutttty 2024-10-17 15:36:48 +07:00
parent 77120a0f7b
commit 3ec0614e39
9 changed files with 1150 additions and 30 deletions

View file

@ -88,6 +88,7 @@ export const useProfileDataStore = defineStore("profilePlacenent", () => {
});
export const usePlacementDataStore = defineStore("placement", () => {
const mixin = useCounterMixin(); //เรียกฟังก์ชันกลาง
const tabsMain = ref<string>("probation");
const { hideLoader } = mixin;
interface placement {
mappingPosition: { columns: String[] };
@ -208,6 +209,7 @@ export const usePlacementDataStore = defineStore("placement", () => {
DataMain,
DataUpdateMain,
checkLoad,
tabsMain
};
});
export const useOrderPlacementDataStore = defineStore("placementOrder", () => {