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/polygonPlot.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/activity/components/polygonPlot.vue b/src/views/activity/components/polygonPlot.vue
index 79d3c3b..b2afb12 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 {

--
Gitblit v1.9.3