#
Junjie
2024-03-29 b7eca0757905d152b031a053116fb8c077314517
zy-asrs-flow/src/pages/map/drawer/shelf/index.jsx
@@ -18,13 +18,16 @@
    const [activeTabKey, setActiveTabKey] = useState('view');
    const locNo = curSprite.data.no + '-' + curFloor;
    useEffect(() => {
        props.setDrawerTitle(curSprite.data.no + '-' + curFloor);
        props.setDrawerTitle(intl.formatMessage({ id: 'map.loc.no', defaultMessage: '库位号' }) + ': ' + locNo);
    }, [curSprite]);
    const contentList = {
        view: (
            <ShelfView
                locNo={locNo}
                data={curSprite.data}
                curFloor={curFloor}
            />