|
@@ -91,7 +91,6 @@
|
|
|
ref="importStudentDialogRef"
|
|
|
title="导入预考"
|
|
|
upload-url="/api/apply/import"
|
|
|
- :upload-data="uploadData"
|
|
|
:format="['xls', 'xlsx']"
|
|
|
:download-handle="downloadTemplate"
|
|
|
download-filename="预考导入模板.xlsx"
|
|
@@ -102,7 +101,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
- import { computed, reactive, ref } from 'vue';
|
|
|
+ import { reactive, ref } from 'vue';
|
|
|
import { Message, TableColumnData } from '@arco-design/web-vue';
|
|
|
import {
|
|
|
orderRecordCancel,
|
|
@@ -208,9 +207,6 @@
|
|
|
cellClass: 'action-column',
|
|
|
},
|
|
|
];
|
|
|
- const uploadData = computed(() => {
|
|
|
- return searchModel.teachingId ? { teachingId: searchModel.teachingId } : {};
|
|
|
- });
|
|
|
const { dataList, pagination, toPage, getList } = useTable<OrderRecordItem>(
|
|
|
orderRecordListPage,
|
|
|
searchModel,
|