แต่งตั้งคณะกรรมการทดลองงาน
This commit is contained in:
parent
77120a0f7b
commit
3ec0614e39
9 changed files with 1150 additions and 30 deletions
|
|
@ -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", () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue