From 3efd2d4943ad584857b992d3010876327546d2f5 Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Wed, 18 Oct 2023 16:04:10 +0700 Subject: [PATCH] Update AddPage.vue --- .../11_discipline/components/2_InvestigateFacts/AddPage.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue b/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue index 36ffa0a90..d6071d6dc 100644 --- a/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue +++ b/src/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue @@ -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(""); -const selected = ref([]); const complaintdetail = ref(""); const detail = ref(""); const fault = ref("");