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]); }