From 9376421e73c608fef76caea598cf0da9ecba4008 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Thu, 8 Jan 2026 11:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E6=98=AF=E9=9A=90?= =?UTF-8?q?=E6=82=A3=E8=AF=86=E5=88=AB=E5=9B=BE=E7=89=87=E8=BF=98=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9C=89=E6=9C=AA=E5=A4=84=E7=90=86=E9=9A=90=E6=82=A3?= =?UTF-8?q?=E5=9B=BE=E7=89=87bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Container/BranchCompany/Average/Ledger/Add/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js b/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js index 4b6cd60..d8f9ed6 100644 --- a/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js +++ b/src/pages/Container/BranchCompany/Average/Ledger/Add/index.js @@ -277,7 +277,7 @@ function Add(props) { form.setFieldValue("creatorName", userInfo.current.name); } else { - if (getUnprocessedImagesCount() > 0) { + if (getUnprocessedImagesCount() > 0 && form.getFieldValue("isAi") === 1) { Modal.confirm({ title: "温馨提示", content: "当前有未处理完的隐患图片,是否继续处理",