Update AddPage.vue

This commit is contained in:
AnandaTon 2023-10-18 16:04:10 +07:00
parent 09d44c24d7
commit 3efd2d4943

View file

@ -3,7 +3,6 @@ import router from "@/router";
import { onMounted, ref, watch } from "vue";
import { useCounterMixin } from "@/stores/mixin";
import { useInvestigateFactStore } from "@/modules/11_discipline/stroes/InvestigateFactStore";
import type { directorType } from "@/modules/11_discipline/interface/index/Main";
const investigateFactStore = useInvestigateFactStore();
const { filterFnOptionsType } = investigateFactStore;
const mixin = useCounterMixin();
@ -16,7 +15,6 @@ const {
success,
} = mixin;
const complaint = ref<string>("");
const selected = ref<directorType[]>([]);
const complaintdetail = ref<string>("");
const detail = ref<string>("");
const fault = ref<string>("");