From 1974d777af4ac24f1fc35c2e9876ba9cdb79a765 Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 24 Feb 2023 10:30:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=BB=E6=AD=A2=E7=82=B9=E5=87=BB=20Popconfi?= =?UTF-8?q?rm=20=E5=AD=90=E5=85=83=E7=B4=A0=E6=97=B6=E5=BC=B9=E5=87=BA?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/patrolManage/containers/checkItems.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/client/src/sections/patrolManage/containers/checkItems.js b/web/client/src/sections/patrolManage/containers/checkItems.js index c0177a6..12d4a32 100644 --- a/web/client/src/sections/patrolManage/containers/checkItems.js +++ b/web/client/src/sections/patrolManage/containers/checkItems.js @@ -83,7 +83,9 @@ function CheckItems(props) { }}>修改 { delItems(record.id) }}> + onConfirm={() => { delItems(record.id) }} + disabled={record && record.patrolTemplates && record.patrolTemplates.length} + >