From ac19ae903dd740bdaf1499ae40ef4039fdb4e6ad Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Fri, 31 Mar 2023 22:00:21 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/store/modules/popupParams.js | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 66c974d..78fdb3a 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -2,7 +2,7 @@
* @Author: shuishen 1109946754@qq.com
* @Date: 2023-03-02 16:36:47
* @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2023-03-07 10:54:45
+ * @LastEditTime: 2023-03-31 17:05:49
* @FilePath: \srs-police-affairs\src\store\modules\popupParams.js
* @Description:
*
@@ -21,7 +21,10 @@
activityPolicePopupData: {},
videoListPopup: false,
- videoListPopupData: {}
+ videoListPopupData: {},
+
+ mapSearchPopup: false,
+ mapSearchPopupData: {}
},
mutations: {
@@ -48,6 +51,14 @@
state.videoListPopupData = videoListPopupData
},
+ SET_MAPSEARCHPOPUP (state, mapSearchPopup) {
+ state.mapSearchPopup = mapSearchPopup
+ },
+
+ SET_MAPSEARCHPOPUPDATA (state, mapSearchPopupData) {
+ state.mapSearchPopupData = mapSearchPopupData
+ }
+
},
actions: {
--
Gitblit v1.9.3