From f5127ed46b38f103e3a8e0f914dc3b7ac934955f Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sun, 02 Apr 2023 12:44:37 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
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