From 29a5477f5c121541ff30bf6b4e8da3b2e218d4b7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 15 Mar 2023 11:44:50 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/store/modules/popupParams.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 95025c4..447d855 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -33,6 +33,7 @@
SET_ACTIVITYPOLICEPOPUP (state, activityPolicePopup) {
state.activityPolicePopup = activityPolicePopup
+ // console.log('isshowPopup', activityPolicePopup)
},
SET_ACTIVITYPOLICEPOPUPDATA (state, activityPolicePopupData) {
--
Gitblit v1.9.3