shuishen
2023-03-07 1e7cdb32d49678d37422588ec0f1709ecac941ef
src/views/activity/components/drawBtnBox.vue
@@ -54,16 +54,6 @@
                </ul>
            </div>
        </div>
        <div class="right" v-if="false">
            <ul>
                <li>
                    <button @click="removeDrawArrow">清除</button>
                </li>
                <li>
                    <button>保存</button>
                </li>
            </ul>
        </div>
    </div>
</template>
@@ -345,7 +335,12 @@
                this.$parent.getSecurityPlotList(this.showingSecurityId, this.arrowBtnSwitch)
            })
        },
    }
    },
    destroyed () {
        this.removeDraw()
        this.removeDrawArrow()
    },
}
</script>