bug:147738、14565、14508、14443
parent
638777ebe7
commit
b0b084e8aa
|
|
@ -400,8 +400,10 @@ const StepTwoComponent = (props) => {
|
|||
const [chooseFilsListModalData, setChooseFilsListModalData] = useState([]);
|
||||
const getData = async () => {
|
||||
for (let i = 0; i < projectFileList.length; i++) {
|
||||
const files = await getFile({ eqType: UPLOAD_FILE_TYPE_ENUM["148"], eqForeignKey: projectFileList[i].projectFileId });
|
||||
projectFileList[i].files = files;
|
||||
if (projectFileList[i].projectFileId) {
|
||||
const files = await getFile({ eqType: UPLOAD_FILE_TYPE_ENUM["148"], eqForeignKey: projectFileList[i].projectFileId });
|
||||
projectFileList[i].files = files;
|
||||
}
|
||||
}
|
||||
};
|
||||
useEffect(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue