Update AddPage.vue
This commit is contained in:
parent
09d44c24d7
commit
3efd2d4943
1 changed files with 0 additions and 2 deletions
|
|
@ -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>("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue