bug:16152、16156
parent
121f98a944
commit
ffd2b24659
|
|
@ -208,7 +208,7 @@ const InfoModalComponent = (props) => {
|
||||||
|
|
||||||
const getData = async () => {
|
const getData = async () => {
|
||||||
const { data } = await props["temporaryPersonnelInfo"]({ id: props.id });
|
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({
|
setInfo({
|
||||||
...data,
|
...data,
|
||||||
informSignFile,
|
informSignFile,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue