From 7abadfbed73d8bc109e91bd3aab1b5e718aab16d Mon Sep 17 00:00:00 2001 From: lyp Date: Mon, 20 Jan 2025 15:25:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CorrectionModal/CorrectionModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CorrectionModal/CorrectionModal.tsx b/src/components/CorrectionModal/CorrectionModal.tsx index 21965bb..8fa83cf 100644 --- a/src/components/CorrectionModal/CorrectionModal.tsx +++ b/src/components/CorrectionModal/CorrectionModal.tsx @@ -459,7 +459,7 @@ export default function CorrectionModal(props: any) { type: 'radio', // ...rowSelection, onChange: (_selectedRowKeys: React.Key[], selectedRows: DataType[]) => { - console.log('selectedRows: ', selectedRows); + // console.log('selectedRows: ', selectedRows); setselectedRowKeys([selectedRows[0].projId]) setnewProjId(selectedRows[0].projId) setnewprojName(selectedRows[0].projName)