fix bug build

This commit is contained in:
Warunee Tamkoo 2023-09-22 17:23:38 +07:00
parent d8f11d41c7
commit f81d520cec
10 changed files with 21 additions and 2489 deletions

View file

@ -8,12 +8,13 @@ import { useTransferDataStore } from "@/modules/05_placement/store";
import http from "@/plugins/http";
import config from "@/app.config";
import DialogOrgTree from "@/modules/05_placement/components/Relocation/RelocationModal.vue";
const transferStore = useTransferDataStore();
const { statusText } = transferStore;
import DialogFooter from "@/modules/05_placement/components/PersonalList/DialogFooter.vue";
import DialogHeader from "@/modules/05_placement/components/PersonalList/DialogHeader.vue";
import type { relocationType } from "@/modules/05_placement/interface/response/Relocation";
const transferStore = useTransferDataStore();
const { statusText } = transferStore;
const personalId = ref<string>("");
const personal = ref<any[]>([]);
const modalTree = ref<boolean>(false);