From 1834d7defb4128709be8321911dc055ca8a5e406 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 26 三月 2024 16:15:12 +0800
Subject: [PATCH] #

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

diff --git a/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
index 8ebabc7..894333f 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -15,12 +15,10 @@
     const { styles } = useStyles();
     const [activeTabKey, setActiveTabKey] = useState('json');
 
-    const { curSprite } = props;
-
     const contentList = {
         json: (
             <ShowJson
-                curSprite={props.curSprite}
+                data={props.curSprite.data}
             />
         ),
     };

--
Gitblit v1.9.1