shuishen
2023-03-31 e88d2bca9652076d71cb6a8a64b25c226c61a91f
src/views/activity/components/publicIndex.vue
@@ -177,7 +177,7 @@
        closeActivityDetails () {
            this.$parent.cleartAllTimer()
            this.$refs.DRAWBTNBOX.removeDrawArrow()
            this.$refs.DRAWBTNBOX && this.$refs.DRAWBTNBOX.removeDrawArrow()
            this.$parent.showingSecurityId = ''
@@ -214,12 +214,12 @@
            this.policeSwitch = false
            this.arrowBtnSwitch = false
            this.polylineBtnSwitch = false
            this.$refs.VIDEOCONTROLBOX.closeVideo()
            this.$refs.VIDEOCONTROLBOX && this.$refs.VIDEOCONTROLBOX.closeVideo()
            this.$parent.currentTreeItem = ''
            this.$parent.activeActivityIndex = ''
            this.clearOrRemoveLayerAll('clear')
            this.$refs.DRAWBTNBOX.stopDraw()
            this.$refs.DRAWBTNBOX && this.$refs.DRAWBTNBOX.stopDraw()
        },
        addNewPlot (data) {
@@ -227,7 +227,7 @@
        },
        removeDrawArrow () {
            this.$refs.DRAWBTNBOX.removeDrawArrow()
            this.$refs.DRAWBTNBOX && this.$refs.DRAWBTNBOX.removeDrawArrow()
        },
        plotEdit (overlay, type) {