From d835d1b51f832889929cdf69010034a30ef44d02 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 17 十月 2024 13:57:29 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/pages/map/drawer/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/drawer/index.jsx b/zy-asrs-flow/src/pages/map/drawer/index.jsx
index c005c2a..ba06a3b 100644
--- a/zy-asrs-flow/src/pages/map/drawer/index.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/index.jsx
@@ -58,6 +58,7 @@
                             curSprite={curSprite}
                             curFloor={curFloor}
                             setDrawerTitle={setDrawerTitle}
+                            setDrawerWidth={setDrawerWidth}
                         />
                     </>
                 )}
@@ -77,6 +78,7 @@
                             curSprite={curSprite}
                             curFloor={curFloor}
                             setDrawerTitle={setDrawerTitle}
+                            setDrawerWidth={setDrawerWidth}
                         />
                     </>
                 )}
@@ -87,6 +89,7 @@
                             curFloor={curFloor}
                             setDrawerTitle={setDrawerTitle}
                             setDrawerWidth={setDrawerWidth}
+                            refCurr={props.refCurr}
                         />
                     </>
                 )}

--
Gitblit v1.9.1