ปรับ store ทดลองงาน, แก้คำผิด
This commit is contained in:
parent
989c439261
commit
5dd7290a0a
16 changed files with 3133 additions and 2251 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<script setup lang="ts">
|
||||
import { useRoute, useRouter } from "vue-router";
|
||||
import { ref, defineAsyncComponent, onMounted } from "vue";
|
||||
import { useAssignDataStore } from "@/modules/05_placement/storeAssign";
|
||||
const DataStore = useAssignDataStore();
|
||||
import { useProbationDataStore } from "@/modules/05_placement/storeProbation";
|
||||
const DataStore = useProbationDataStore();
|
||||
|
||||
const ProbationFormAssign = defineAsyncComponent(
|
||||
() => import("@/modules/05_placement/components/probation/FormAssign.vue")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue