#
zjj
2025-04-21 3644989d8aa96bcb5ac837f6c79dff4de5f83736
zy-asrs-flow/src/pages/map/batch/index.jsx
@@ -60,16 +60,16 @@
                >
                    {model === ModelEnum.OBSERVER_MODEL && (
                        <>
                            {/* <ShowJson
                            <ShowJson
                                data={
                                    batchSprites?.map(item => {
                                        return item.data?.no;
                                    })
                                }
                            /> */}
                            <BatchShelfView
                            />
                            {/* <BatchShelfView
                            /> */}
                        </>
                    )}