forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-13 82e0444fd7d91f3066d800adbea79c531adaea89
feat:签收之后自动跳转
2 files modified
3 ■■■■ changed files
gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx 2 ●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/index.jsx 1 ●●●● patch | view | raw | blame | history
gz-customerSystem/src/views/register/closingReview/component/ReviewExamine.jsx
@@ -154,7 +154,7 @@
              </Col> */}
              <Col span={24}>
                <div><div className="title-text">申请时间</div></div>
                <div>{infoData?.applyTime || '-'}</div>
                <div>{$$.myTimeFormat(infoData?.applyTime, 'YYYY-MM-DD HH:mm') || '-'}</div>
              </Col>
              <Col span={24}>
                <div><div className="title-text">申请人</div></div>
gz-customerSystem/src/views/register/index.jsx
@@ -1122,6 +1122,7 @@
      $$.infoSuccess({ content: '签收成功' });
      getCountData();
      getTableData(tabActivekey)
      navigate(`/mediate/visit/eventFlow?caseTaskId=${ownerId}&caseId=${caseId}`)
    }
  }