guanqb
2024-01-20 8cd477314dba76f5e9b8aa8310b3c6cf9180a65d
src/views/scanOrCode/index.vue
@@ -553,10 +553,10 @@
            })
        },
        // 清空按钮
        // 清空按钮-清除图标图层
        clearRow (row) {
            this.$EventBus.$emit('mapClearLayer', {
                layerName: 'searchAILayer',
                layerName: 'scanLayer',
                type: 'VectorLayer'
            })
        },
@@ -657,6 +657,8 @@
        window.removeEventListener('resize', this.setTableHeight)
        this.$parent.$parent.resize('0px')
        this.clearRow()
    }
}
</script>