From ae993a786017174d67f17071d2a8a176db6e60e3 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 16 十月 2024 14:33:01 +0800 Subject: [PATCH] # --- zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx b/zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx index ac4d63d..e05fec1 100644 --- a/zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx +++ b/zy-acs-flow/src/map/insight/shelf/ShelfMain.jsx @@ -14,7 +14,7 @@ import ShelfThree from './ShelfThree'; const ShelfMain = (props) => { - const { data, curFloor, curLocNo, setCurLocNo } = props; + const { data, curLocNo, setCurLocNo } = props; const translate = useTranslate(); const containerRef = useRef(); const [loading, setLoading] = useState(true); -- Gitblit v1.9.1