| | |
| | | closeActivityDetails () { |
| | | this.$parent.cleartAllTimer() |
| | | |
| | | this.$refs.DRAWBTNBOX.removeDrawArrow() |
| | | this.$refs.DRAWBTNBOX && this.$refs.DRAWBTNBOX.removeDrawArrow() |
| | | |
| | | this.$parent.showingSecurityId = '' |
| | | |
| | |
| | | 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) { |
| | |
| | | }, |
| | | |
| | | removeDrawArrow () { |
| | | this.$refs.DRAWBTNBOX.removeDrawArrow() |
| | | this.$refs.DRAWBTNBOX && this.$refs.DRAWBTNBOX.removeDrawArrow() |
| | | }, |
| | | |
| | | plotEdit (overlay, type) { |