fix bug
This commit is contained in:
parent
397c7a5307
commit
81b0ba60df
8 changed files with 42 additions and 18 deletions
|
|
@ -9,7 +9,7 @@ import { useRoute } from "vue-router";
|
|||
|
||||
import type { ResponseData } from "@/modules/05_placement/interface/response/Transfer";
|
||||
import type { OpType } from "@/modules/05_placement/interface/response/Main";
|
||||
import type { DataListRow } from "@/modules/11_discipline/interface/request/result";
|
||||
import type { DataPerson } from "@/modules/11_discipline/interface/index/Main";
|
||||
|
||||
import DialogHeader from "@/components/DialogHeader.vue";
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ const {
|
|||
const optionsType = ref<[]>([]);
|
||||
const idPath = ref<string>(route.params.id as string);
|
||||
const type = ref<string>("");
|
||||
const rows = ref<DataListRow[]>([]);
|
||||
const rows = ref<DataPerson[]>([]);
|
||||
const selected = ref<ResponseData[]>([]);
|
||||
|
||||
const props = defineProps({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue