forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-12 8b85935713b34cc167c7f4ba9225bd08687134ae
gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx
@@ -22,7 +22,7 @@
}
function delFile(id) {
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'delete', service: 'sys', data: { id } });
  return $$.ax.request({ url: `fileInfo/deleteFileById`, type: 'get', service: 'sys', data: { id } });
}
function submit(data) {
@@ -58,7 +58,7 @@
      value: '4'
    },
  ]
 console.log(props.id,'props.idprops.id')
  useEffect(() => {
    getInfoData()
    getAppId()
@@ -97,7 +97,7 @@
        if (!errors) {
          const { file, myNoUp, ...rest } = formRef.current.getFields()
          requestSubmit({
            id,
            id: props.id,
            caseId: props.caseId,
            caseTaskId: props.caseTaskId,
            ...rest
@@ -111,7 +111,8 @@
    const res = await submit(data)
    if (res.type) {
      $$.infoSuccess({ content: '提交成功!' });
      navigate(`/mediate/visit/visitWorkBench`)    }
      navigate(`/mediate/visit/visitWorkBench`)
    }
  }
  //删除文件
@@ -141,7 +142,7 @@
              </Col>
              <Col span={24}>
                <div><div className="title-text">结案意见</div></div>
                <div>{infoData?.windupContent || '-'}</div>
                <div>{infoData?.auditContent || '-'}</div>
              </Col>
              {/* <Col span={24}>
                <div><div className="title-text">是否转诉讼案件</div></div>