#
luxiaotao1123
2024-04-10 f6efb4ad6bcc4f1d31998cb507f1fa57bfc82e34
#
2个文件已修改
4 ■■■■ 已修改文件
zy-asrs-flow/src/pages/map/drawer/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
zy-asrs-flow/src/pages/map/drawer/index.jsx
@@ -58,6 +58,7 @@
                            curSprite={curSprite}
                            curFloor={curFloor}
                            setDrawerTitle={setDrawerTitle}
                            setDrawerWidth={setDrawerWidth}
                        />
                    </>
                )}
@@ -77,6 +78,7 @@
                            curSprite={curSprite}
                            curFloor={curFloor}
                            setDrawerTitle={setDrawerTitle}
                            setDrawerWidth={setDrawerWidth}
                        />
                    </>
                )}
zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -13,6 +13,8 @@
    const [activeTabKey, setActiveTabKey] = useState('view');
    const [curLocNo, setCurLocNo] = React.useState(''); // just used to modify the drawer title
    props.setDrawerWidth(window.innerWidth * 0.35);
    useEffect(() => {
        if (!curSprite) {
            return