From 6c94563390d4e101156d1953cda8b706d1189e6e Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Fri, 06 Sep 2024 10:28:35 +0800
Subject: [PATCH] 督办组件
---
gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
index 81483be..e48314f 100644
--- a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
+++ b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
@@ -2,14 +2,14 @@
* @Author: dminyi 1301963064@qq.com
* @Date: 2024-09-02 14:49:13
* @LastEditors: dminyi 1301963064@qq.com
- * @LastEditTime: 2024-09-02 20:52:05
+ * @LastEditTime: 2024-09-03 14:44:14
* @FilePath: \gzDyh\gz-customerSystem\src\views\register\handleFeedback\component\CaseResult.jsx
* @Description: 结案申请
*/
import React, { useState } from 'react';
import { Modal, Form, Select, Upload, Input } from '@arco-design/web-react';
import { Col, Space, Button, Tooltip, Radio } from 'antd';
-import DocumentScanner from './FileUpLoad'
+import DocumentScanner from '../../matterDetail/FileUpLoad'
import { scan } from '@/assets/images/icon'
import { tip, question1 } from '@/assets/images'
import { NoHandleReason } from '../../visit/component/levelDetail'
@@ -326,7 +326,7 @@
<FormItem
label={<div style={{ display: 'flex' }}>
无法化解理由
- <Tooltip onClick={() => setNoHandleReason(true)}>
+ <Tooltip onClick={() => setNoHandleReason(!noHandleReason)}>
<img src={question1} alt="" style={{ width: '13px', height: '13px', margin: '4px 4px 0px 4px' }} />
</Tooltip>
<div className="must" style={{ marginLeft: '4px' }}>必填</div>
--
Gitblit v1.8.0