From 46a8fd8eb6a5f2518c56a097a6cf3c338cffa90c Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 10 九月 2024 16:36:07 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/operationRecord/OperationDetail.jsx | 3 +-- zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx | 1 - 2 files changed, 1 insertions(+), 3 deletions(-) diff --git a/zy-acs-flow/src/page/operationRecord/OperationDetail.jsx b/zy-acs-flow/src/page/operationRecord/OperationDetail.jsx index 1515960..f4739fc 100644 --- a/zy-acs-flow/src/page/operationRecord/OperationDetail.jsx +++ b/zy-acs-flow/src/page/operationRecord/OperationDetail.jsx @@ -11,8 +11,7 @@ import { format } from 'date-fns'; const OperationDetail = (props) => { - const { operation, setDrawerVal, ...rest } = props; - console.log(operation); + const { operation, ...rest } = props; return ( <> diff --git a/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx b/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx index 088c916..56b0283 100644 --- a/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx +++ b/zy-acs-flow/src/page/operationRecord/OperationRecordList.jsx @@ -168,7 +168,6 @@ > <OperationDetail operation={drawerVal} - setDrawerVal={setDrawerVal} /> </PageDrawer> </Box> -- Gitblit v1.9.1