|
@@ -6,6 +6,7 @@ import { h } from 'vue';
|
|
|
import { useMessage } from '/@/hooks/web/useMessage';
|
|
|
import { deleteStudentStudentReportRecord, postStudentStudentReportRecord } from '/@/services/apis/StudentReportRecordController';
|
|
|
import { formatToDate } from '/@/utils/dateUtil';
|
|
|
+import { getBasestudentcadreClasslist } from '/@/services/apis/BaseStudentCadreController';
|
|
|
|
|
|
export const tableColumns: BasicColumn[] = [
|
|
|
{
|
|
@@ -113,9 +114,11 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
component: 'ApiSelect',
|
|
|
colProps: { span: 8 },
|
|
|
componentProps: {
|
|
|
- api: getClassOption,
|
|
|
+ api: getBasestudentcadreClasslist,
|
|
|
showSearch: true,
|
|
|
- optionFilterProp: 'label',
|
|
|
+ labelField: 'name',
|
|
|
+ valueField: 'id',
|
|
|
+ optionFilterProp: 'name',
|
|
|
getPopupContainer: () => document.body,
|
|
|
},
|
|
|
},
|