diff --git a/admin/src/pages/examinationrules/normal/components/AutoSelector.tsx b/admin/src/pages/examinationrules/normal/components/AutoSelector.tsx index e49a6ca..c086427 100644 --- a/admin/src/pages/examinationrules/normal/components/AutoSelector.tsx +++ b/admin/src/pages/examinationrules/normal/components/AutoSelector.tsx @@ -93,7 +93,7 @@ const AutoSelector = (props: any, ref: any) => { formRef?.current.setFieldsValue({questionType: questionType}) }} />, - //key: 'code', + key: 'code', dataIndex: `type${item?.code}`, render: ( _dom, record, index) => { return ; @@ -123,7 +123,6 @@ const AutoSelector = (props: any, ref: any) => { return ( <> -
{ {/** 一旦录入另一项将禁用,清空组卷后可选另一项 */} - + + {questions ? + { + handleAutoModalVisible(true) + }} + onCancel={()=>{}} + okText="是" + cancelText="否" + > + + + : + + } +