|
|
@ -213,7 +213,7 @@ const RegistrationList: React.FC = () => {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '考试时间',
|
|
|
|
title: '考试时间',
|
|
|
|
dataIndex: 'examination_time',
|
|
|
|
dataIndex: 'examination_time',
|
|
|
|
valueType: 'dateRange',
|
|
|
|
valueType: 'dateTimeRange',
|
|
|
|
sorter: true,
|
|
|
|
sorter: true,
|
|
|
|
hideInTable: false,
|
|
|
|
hideInTable: false,
|
|
|
|
hideInForm: true,
|
|
|
|
hideInForm: true,
|
|
|
@ -265,7 +265,7 @@ const RegistrationList: React.FC = () => {
|
|
|
|
examination_id: params.id,
|
|
|
|
examination_id: params.id,
|
|
|
|
...examination_time
|
|
|
|
...examination_time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
delete value.examination_time
|
|
|
|
// setExportData(value)
|
|
|
|
// setExportData(value)
|
|
|
|
const _data = await getExaminationPersonApplyList(value);
|
|
|
|
const _data = await getExaminationPersonApplyList(value);
|
|
|
|
|
|
|
|
|
|
|
|