From 6ff9bf8cffefc6045a1a288df413aa69b59f0bbf Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Tue, 28 Feb 2023 14:46:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
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