forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-11 678b15974cf4dd0eb130b2677b8a992358b6152f
gz-customerSystem/src/views/register/matterDetail/FileTable.jsx
@@ -131,6 +131,7 @@
            下载
          </Link>
          {!props.isReview && <Link onClick={() => {
            console.log(record);
            setSourceType(record.ownerType)
            setUpLoadVisible(true)
            setFileInfoList(record.fileList)
@@ -151,6 +152,7 @@
  ]
  useEffect(() => {
    console.log(props.fileInfoList);
    if (props.fileInfoList && props.fileInfoList.length != 0) {
      //证明材料
      const applyFile = props.fileInfoList.find(item => item.ownerType == "22_00018-101")
@@ -234,6 +236,8 @@
            }
          }),
        }
      } else {
        return item
      }
    })
    //回传文件数据的时候使用