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,