From a297fec8881af0d14e1f9fc70b29a03f8ba7b229 Mon Sep 17 00:00:00 2001
From: dminyi <1301963064@qq.com>
Date: Thu, 05 Sep 2024 19:39:44 +0800
Subject: [PATCH] 督办
---
gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx | 4 ++--
1 files changed, 2 insertions(+), 2 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..396f274 100644
--- a/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
+++ b/gz-customerSystem/src/views/register/handleFeedback/component/CaseResult.jsx
@@ -2,7 +2,7 @@
* @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: 结案申请
*/
@@ -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