From 25ef48505adbd3bcddfccff3d9e36b613eda02ac Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 21 Aug 2023 09:15:58 +0800
Subject: [PATCH] 首页显示内容

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

diff --git a/src/views/activity/components/polygonPlot.vue b/src/views/activity/components/polygonPlot.vue
index 79d3c3b..21445f7 100644
--- a/src/views/activity/components/polygonPlot.vue
+++ b/src/views/activity/components/polygonPlot.vue
@@ -151,9 +151,9 @@
 import { deleteSecurityPlot, addSecurityPlot } from '@/api/activity/index.js'
 
 export default {
-    inject: ['userInfo', 'activityDeptId'],
+    inject: ['userInfo'],
 
-    props: ['showingSecurityId'],
+    props: ['showingSecurityId', 'activityDeptId'],
 
     data () {
         return {
@@ -404,8 +404,6 @@
         savePolygonInfo () {
             let positionStr = ''
             let iconUrl = {}
-
-
 
             if (this.restSelectBox) {
                 positionStr = polygonPlotData + ',' + polygonPlotData

--
Gitblit v1.9.3