From 242563b76577c8dfa44ceecf1f47d11230fc6bf5 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 04 Apr 2023 15:15:14 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs

---
 src/views/activity/components/polygonPlot.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/views/activity/components/polygonPlot.vue b/src/views/activity/components/polygonPlot.vue
index d9c94d4..256b0d3 100644
--- a/src/views/activity/components/polygonPlot.vue
+++ b/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,

--
Gitblit v1.9.3