From c1063b1c52568ced60ce895a7c4bb519ec654236 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 25 三月 2024 15:14:39 +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