From 5a825f8ae5b3247574482dae5636df0fc88bd931 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sun, 02 Apr 2023 10:34:38 +0800
Subject: [PATCH] 视频监控和电子沙盘调整

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

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