1
shuishen
2023-03-08 a058589f5154871f72f32d06f916859463380d7a
1
1 files modified
16 ■■■■■ changed files
src/views/activity/components/drawBtnBox.vue 16 ●●●●● patch | view | raw | blame | history
src/views/activity/components/drawBtnBox.vue
@@ -429,22 +429,6 @@
                this.$parent.addSecurityPlot({ securityId: this.showingSecurityId, position: this.addLabelPosition, type: 9, name: this.labelInput })
                this.cancelSaveLabel()
            }
            // ---------------------------
            // 调用接口进行保存
            // getlablelist().then(res => {
            // 保存成功后进行添加
            // let label = new global.DC.Label()
            // label.on(global.DC.MouseEventType.RIGHT_DOWN, this.labelDowm)
            // global.viewer.on(global.DC.MouseEventType.MOUSE_MOVE, this.viewerLableMove)
            // label.on(global.DC.MouseEventType.RIGHT_UP, this.labelUp)
            // 添加文字标注的时候,在加的时候要把事件也加入
            // })
        },
        lableAllEvent (label) {