src/views/activity/components/twoDrawBtnBox.vue
@@ -76,7 +76,6 @@ let currentEmitEl = null let drawThreeTool = null let stopDrawflag = false let drawFlag = false let drawTwoFlag = false @@ -623,12 +622,10 @@ }) }, startDraw () { stopDrawflag = true }, stopDraw () { stopDrawflag = false drawFlag = true drawTwoFlag = true if (plotDrawEmit) { plotDrawEmit.stop()