#
luxiaotao1123
2024-03-25 7f56a5e2cd30276f1d3ee792384fb51586c05d51
zy-asrs-flow/src/pages/map/batch/modify.jsx
@@ -28,8 +28,11 @@
        if (batchSprites?.length > 0) {
            // loading
            batchSprites.forEach(sprite => {
                console.log(sprite);    // ?? why shelfType be undefined
                if (sprite.data?.type === Utils.SENSOR_TYPE.SHELF) {
                    if (values.shelfType !== null) {
                        sprite.data.shelfType = values.shelfType;
                        console.log(sprite.data);
                    }
                    if (values.top !== null) {
                    }