#
luxiaotao1123
2024-04-08 11c2bb226b870d2f4958c3ab2cfb0fb92b591349
zy-asrs-flow/src/pages/map/utils.js
@@ -479,6 +479,10 @@
    mapContainer?.children.forEach(child => {
        if (child.data?.uuid) {
            const { type, uuid, no, ...property } = child.data;
            if (!(
                type === SENSOR_TYPE.SHUTTLE
                || type === SENSOR_TYPE.AGV
            )) {
            mapItemList.push({
                // data
                type: type,
@@ -494,6 +498,7 @@
                rotation: rotationToNum(child.rotation)
            })
        }
        }
    })
    const closeLoading = message.loading({ content: intl.formatMessage({ id: 'common.loading.api.message', defaultMessage: '等待服务器......' }), duration: API_TIMEOUT });