From 77d9cce18579fa0cb67f28fdc58d970b3448c284 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 26 三月 2024 13:49:40 +0800
Subject: [PATCH] Merge branch 'Four-Way-Rack' of http://47.97.1.152:5880/r/zy-asrs-master into Four-Way-Rack

---
 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