From 6a4f69b2fb9efa845fdd43c76713067716c3dd8e Mon Sep 17 00:00:00 2001
From: zhangyongtian <1181606322@qq.com>
Date: Fri, 13 Sep 2024 09:32:06 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh

---
 gz-customerSystem/src/views/register/eventFlow/component/EventFlow.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gz-customerSystem/src/views/register/eventFlow/component/EventFlow.jsx b/gz-customerSystem/src/views/register/eventFlow/component/EventFlow.jsx
index 2e7bc9f..210f3c3 100644
--- a/gz-customerSystem/src/views/register/eventFlow/component/EventFlow.jsx
+++ b/gz-customerSystem/src/views/register/eventFlow/component/EventFlow.jsx
@@ -191,7 +191,7 @@
           unmountOnExit={true}
           maskClosable={false}
         >
-          <BackModel caseId={props.caseId} onCancel={() => { setBackVisible(false) }} />
+          <BackModel caseId={props.caseId} caseTaskId={props.caseTaskId} onCancel={() => { setBackVisible(false) }} />
         </Modal>
         <Modal
           title='上报'
@@ -202,7 +202,7 @@
           unmountOnExit={true}
           maskClosable={false}
         >
-          <EscalationModel caseId={props.caseId} onCancel={() => { setEscalationVisible(false) }} />
+          <EscalationModel caseId={props.caseId} caseTaskId={props.caseTaskId} onCancel={() => { setEscalationVisible(false) }} />
         </Modal>
         <Modal
           title='交办'
@@ -218,7 +218,7 @@
           <AssignedModel caseId={props.caseId} caseTaskId={props.caseTaskId} onCancel={() => { setAssignedVisible(false) }} />
         </Modal>
         <div className="dataSync-excel">
-          <Space size="large" style={{ margin: '4px 14px' }}>
+          <Space size="middle" style={{ margin: '4px 14px' }}>
             {staticButtonList?.map(item => {
               const { label, key, click, ...rest } = item;
               return <Button key={key} onClick={click} {...rest} >{label}</Button>

--
Gitblit v1.8.0