From c1295c4934b9f481fc90d302cdd2a0cffabd84f1 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 03 Apr 2023 15:10:37 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/srs-police-affairs
---
src/store/modules/popupParams.js | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index 78fdb3a..18e3a0d 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -24,6 +24,7 @@
videoListPopupData: {},
mapSearchPopup: false,
+ houseDeepDataPopup: false,
mapSearchPopupData: {}
},
@@ -55,6 +56,10 @@
state.mapSearchPopup = mapSearchPopup
},
+ SET_HOUSEDEEPDATAPOPUP (state, mapSearchPopup) {
+ state.houseDeepDataPopup = mapSearchPopup
+ },
+
SET_MAPSEARCHPOPUPDATA (state, mapSearchPopupData) {
state.mapSearchPopupData = mapSearchPopupData
}
--
Gitblit v1.9.3