#
luxiaotao1123
2024-04-10 4e1a7c48a0c1790d34b20b0ad62200eb2d9f57ad
zy-asrs-flow/src/pages/map/drawer/lift/index.jsx
@@ -18,8 +18,10 @@
        if (!curSprite) {
            return
        }
        props.setDrawerTitle(intl.formatMessage({ id: 'map.loc.no', defaultMessage: '库位号' }) + ': ' + curNo);
    }, [curNo]);
        const sensorNo = curSprite?.data?.liftNo;
        props.setDrawerTitle(intl.formatMessage({ id: 'map.lift.no', defaultMessage: '提升机号' }) + ': ' + sensorNo);
        setCurNo(sensorNo)
    }, [curSprite]);
    const contentList = {
        view: (
@@ -46,7 +48,7 @@
                tabList={[
                    {
                        key: 'view',
                        tab: intl.formatMessage({ id: 'map.drawer.shelf.view.title', defaultMessage: '库位信息' }),
                        tab: intl.formatMessage({ id: 'map.drawer.lift.view.title', defaultMessage: '提升机信息' }),
                    },
                    {
                        key: 'json',