From 0103bda51f9f7e2bd1c0efbefe9cfa7c8127d33c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 27 Feb 2023 17:33:08 +0800
Subject: [PATCH] 警情信息重新调整
---
src/store/modules/popupParams.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/popupParams.js b/src/store/modules/popupParams.js
index db4bdf5..3d6d0f6 100644
--- a/src/store/modules/popupParams.js
+++ b/src/store/modules/popupParams.js
@@ -2,7 +2,8 @@
state: {
detailsPopup: {
showBox: false,
- showBtn: true
+ showBtn: true,
+ openMenu: ''
},
dataPopup: {}
},
--
Gitblit v1.9.3