From 6d4bd532d2d559f1c00b7f30b70bd276c763ec34 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 27 Dec 2021 09:48:51 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

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

diff --git a/src/store/modules/control.js b/src/store/modules/control.js
index d0526c8..2d6d484 100644
--- a/src/store/modules/control.js
+++ b/src/store/modules/control.js
@@ -20,6 +20,13 @@
     windowHeight: '',
   },
   actions: {
+    WHchangeHight({ state, commit }, data) {
+      if (data.fn) {
+        data.fn();
+      }
+      data.option.height = +state.windowHeight + +data.add;
+      // console.log(data);
+    }
   },
   mutations: {
     setWindowSize: (state, data) => {

--
Gitblit v1.9.3