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 | 6 ++----
1 files changed, 2 insertions(+), 4 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 61cd563..894333f 100644
--- a/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
+++ b/zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -4,7 +4,7 @@
import { createStyles } from 'antd-style';
import * as Utils from '../../utils'
import Http from '@/utils/http';
-import ShowJson from './showJson';
+import ShowJson from '../showJson';
const useStyles = createStyles(({ token, css }) => {
@@ -14,13 +14,11 @@
const intl = useIntl();
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