From bd1f3f71fc37d966709ebe2839ca12f1088dbb57 Mon Sep 17 00:00:00 2001 From: zhengpengju Date: Thu, 10 Mar 2022 15:22:45 +0800 Subject: [PATCH] fix --- .../examinationrules/normal/step/index.tsx | 31 +++++----------- admin/src/pages/examinationrules/service.ts | 37 +++++++++++++------ 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/admin/src/pages/examinationrules/normal/step/index.tsx b/admin/src/pages/examinationrules/normal/step/index.tsx index 60b2460..16f1487 100644 --- a/admin/src/pages/examinationrules/normal/step/index.tsx +++ b/admin/src/pages/examinationrules/normal/step/index.tsx @@ -354,19 +354,15 @@ export default () => { {rulesName} {/** 一旦录入另一项将禁用,清空组卷后可选另一项 */} - { - setCreateType(Number(e?.target?.value)) - console.log('value', e?.target?.value) - //handleAutoModalVisible(true); // 显示系统组卷窗口 - }} style={{ marginBottom: 16, }}> - 手动组卷 - 系统组卷 - + + + + - + {questions && { + } + {!questions && + + }
@@ -436,19 +436,6 @@ export default () => { )} - - -