From e99fe0d12125c0c5dd80d90b445b308c13ecaec2 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 12 Jul 2023 10:12:51 +0800
Subject: [PATCH] 运维管理按钮显示权限,电子沙盘权限调整

---
 src/views/activity/components/publicIndex.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/activity/components/publicIndex.vue b/src/views/activity/components/publicIndex.vue
index 7dd8ba7..f73885e 100644
--- a/src/views/activity/components/publicIndex.vue
+++ b/src/views/activity/components/publicIndex.vue
@@ -14,7 +14,8 @@
             :policeSwitch="policeSwitch" :polylineBtnSwitch="polylineBtnSwitch" :arrowBtnSwitch="arrowBtnSwitch"
             :policeIconId="policeIconId" :lineWidth="lineWidth" @setPoliceOption="setPoliceOption"></two-draw-btn-box>
 
-        <polygon-plot ref="PolygonPlotPage" :showingSecurityId="showingSecurityId"></polygon-plot>
+        <polygon-plot ref="PolygonPlotPage" :showingSecurityId="showingSecurityId"
+            :activityDeptId="activityDeptId"></polygon-plot>
 
         <polyline-plot ref="PolylinePlotPage" :showingSecurityId="showingSecurityId"></polyline-plot>
 
@@ -61,7 +62,9 @@
 let policecarOption = []
 
 export default {
-    inject: ['userInfo', 'activityDeptId'],
+    inject: ['userInfo'],
+
+    props: ['activityDeptId'],
 
     data () {
         return {

--
Gitblit v1.9.3