forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-12 2d2efba54e188738ca3dba9820df14f58221487f
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
      }
    })
    //回传文件数据的时候使用
@@ -347,6 +351,7 @@
        rowKey="ownerType"
        bordered={true}
        scroll={{ x: 1300 }}
        tableHeight={137}
      />
      <Modal
        style={{ width: '512px' }}