From 8d02184c1c356bdae2237e5517f153eb4967388e Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 22 May 2023 09:34:43 +0800
Subject: [PATCH] 电子沙盘添加及编辑的时候的更改
---
src/views/activity/components/polygonPlot.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/activity/components/polygonPlot.vue b/src/views/activity/components/polygonPlot.vue
index 27cbbe8..7fd26de 100644
--- a/src/views/activity/components/polygonPlot.vue
+++ b/src/views/activity/components/polygonPlot.vue
@@ -138,7 +138,7 @@
import { deleteSecurityPlot, addSecurityPlot } from '@/api/activity/index.js'
export default {
- inject: ['userInfo'],
+ inject: ['userInfo', 'activityDeptId'],
props: ['showingSecurityId'],
--
Gitblit v1.9.3