From d87d4f1aacc30ce4552ceee287c3e712ece7be0a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 02 Mar 2023 10:20:04 +0800
Subject: [PATCH] Merge branch 'ybranch'
---
src/store/modules/popupParams.js | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 3d6d0f6..751eec5 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -5,7 +5,9 @@
showBtn: true,
openMenu: ''
},
- dataPopup: {}
+ dataPopup: {},
+
+ activityPolicePopup: false
},
mutations: {
SET_DETAILSPOPUP (state, detailsPopup) {
@@ -13,6 +15,10 @@
},
SET_DATAPOPUP (state, dataPopup) {
state.dataPopup = dataPopup
+ },
+
+ SET_ACTIVITYPOLICEPOPUP (state, activityPolicePopup) {
+ state.activityPolicePopup = activityPolicePopup
}
},
actions: {
--
Gitblit v1.9.3