From e2c41e91ceb3f5675581bf78650dd7cd8cf68fc8 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Thu, 20 Nov 2025 16:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96HiddenInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/HiddenInfo/gwj/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/HiddenInfo/gwj/index.js b/components/HiddenInfo/gwj/index.js index 4c6513e..296e5a8 100644 --- a/components/HiddenInfo/gwj/index.js +++ b/components/HiddenInfo/gwj/index.js @@ -79,7 +79,7 @@ function HiddenInfo(props) { if (info.hiddenInspecCO && Object.keys(info.hiddenInspecCO).length > 0) { const inspectionAcceptImageFiles = await getFile({ eqType: UPLOAD_FILE_TYPE_ENUM["146"], - eqForeignKey: info.hiddenInspecCO.foreignKey, + eqForeignKey: hiddenId || query[hiddenIdKey], }); setInspectionAcceptImageFiles(inspectionAcceptImageFiles); }