From 38327e8c33a399359da14b61d587fe8160adb227 Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Thu, 20 Jul 2023 18:13:41 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E5=9B=BE=E7=89=87=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index 72d8a1ba..d77be206 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -132,7 +132,6 @@ const Index = () => { break } } - console.log(data,'详情数据'); setReportType(data.reportType) setProjectType(showPrjType || data.projectType) setProjectName(data.projectName) @@ -618,9 +617,6 @@ const Index = () => { } }) } - console.log(handleType, '==============='); - console.log(handle, '--------------'); - console.log(handlePic,'**************'); return ( {/* { @@ -963,7 +959,7 @@ const Index = () => { 处理图片: { - handle == 'handle' || handleType != '已处理' ? + handle == 'handle' || handleType == '已处理' ? {handlePic.map(item => ( handleImgClicks(undefined, item)} />