优化HiddenInfo

master
LiuJiaNan 2025-11-20 16:43:06 +08:00
parent a9f527f870
commit e2c41e91ce
1 changed files with 1 additions and 1 deletions

View File

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