From 7434e5ccf889189d24e7f4e655fbf752a0883d5b Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 16 Dec 2021 19:23:58 +0800
Subject: [PATCH] 保安员查询修改

---
 src/store/modules/control.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/control.js b/src/store/modules/control.js
index 50693d6..d0526c8 100644
--- a/src/store/modules/control.js
+++ b/src/store/modules/control.js
@@ -17,12 +17,14 @@
       pageSizes: [15, 30, 50, 100],
     },
     windowWidth: 1025,
+    windowHeight: '',
   },
   actions: {
   },
   mutations: {
     setWindowSize: (state, data) => {
       state.windowWidth = data.innerWidth;
+      state.windowHeight = data.innerHeight;
       // console.log(data)
     },
   }

--
Gitblit v1.9.3