bug:16152、16156

master
LiuJiaNan 2026-04-29 09:47:37 +08:00
parent 121f98a944
commit ffd2b24659
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ const InfoModalComponent = (props) => {
const getData = async () => {
const { data } = await props["temporaryPersonnelInfo"]({ id: props.id });
const informSignFile = await getFile({ eqType: UPLOAD_FILE_TYPE_ENUM[606], eqForeignKey: data.informSignId });
const informSignFile = await getFile({ eqType: UPLOAD_FILE_TYPE_ENUM[611], eqForeignKey: data.informSignId });
setInfo({
...data,
informSignFile,