From ef972153c61fe3990eea6e084b664dabfed5d5df Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 26 Dec 2025 12:46:24 +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 --- src/components/HiddenInfo/gwj/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/HiddenInfo/gwj/index.js b/src/components/HiddenInfo/gwj/index.js index 84618b0..40a5e42 100644 --- a/src/components/HiddenInfo/gwj/index.js +++ b/src/components/HiddenInfo/gwj/index.js @@ -83,12 +83,12 @@ function HiddenInfo(props) { } } - if (info.hiddenAcceptUserCO && info.hiddenAcceptUserCO.length > 0) { - for (let i = 0; i < info.hiddenAcceptUserCO.length; i++) { - if (info.hiddenAcceptUserCO[i].hiddenUserId) { + if (info.hiddenAcceptQualifiedUserCO && info.hiddenAcceptQualifiedUserCO.length > 0) { + for (let i = 0; i < info.hiddenAcceptQualifiedUserCO.length; i++) { + if (info.hiddenAcceptQualifiedUserCO[i].hiddenUserId) { const acceptImageFiles = await getFile({ eqType: UPLOAD_FILE_TYPE_ENUM["5"], - eqForeignKey: info.hiddenAcceptUserCO[i].hiddenUserId, + eqForeignKey: info.hiddenAcceptQualifiedUserCO[i].hiddenUserId, }); setAcceptImageFiles(prevState => [...prevState, acceptImageFiles]); }