guanqb
2023-04-04 242563b76577c8dfa44ceecf1f47d11230fc6bf5
src/views/activity/components/polygonPlot.vue
@@ -183,6 +183,7 @@
        // 删除标绘
        deletePlot () {
            this.$confirm('确定要删除吗?', '提示', {
                cancelButtonClass: "btn-custom-cancel",
                confirmButtonText: '确定',
                cancelButtonText: '取消',
                type: 'warning',
@@ -247,7 +248,10 @@
                positionStr = polygonPlotData
            } else if (this.plotSaveType == 6 || this.plotSaveType == 7 || this.plotSaveType == 8) {
                positionStr = polygonPlotData + ',' + polygonPlotData
            } else if (this.plotSaveType == 10) {
                positionStr = polygonPlotData
            }
            this.addSecurityPlot({
                securityId: this.showingSecurityId,
                position: positionStr,