From 3a82aab402e8cdee192ab47405f2a01973bd4dab Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 11 Apr 2022 11:46:25 +0800
Subject: [PATCH] 文件存储地址修改

---
 src/store/modules/dict.js |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/dict.js b/src/store/modules/dict.js
index b84998c..10eeb34 100644
--- a/src/store/modules/dict.js
+++ b/src/store/modules/dict.js
@@ -8,6 +8,8 @@
     ApprovalShow: false,
     useWhere: 'close',
     handle: true,
+    // canDoIt: [],
+    // yanzhen: true,
   },
   actions: {
     FlowRoutes({ commit }) {
@@ -39,7 +41,23 @@
     },
     changehandle: (state, data) => {
       state.handle = data
-    }
+    },
+    // setcanDoIt: (state, data) => {
+    //   state.canDoIt = data;
+    //   console.log(state.canDoIt, 'state.canDoIt')
+    // },
+    // changecanDoIt: (state, data) => {
+    //   // console.log(data)
+    //   for (var k in state.canDoIt) {
+    //     if (state.canDoIt[k].type == data.ptype) {
+    //       state.canDoIt[k].opens = data.o;
+    //       // state.canDoIt[k].opens = true;
+    //     }
+    //   }
+    // },
+    // changeyanzhen: (state, data) => {
+    //   state.yanzhen = data
+    // },
   }
 
 };

--
Gitblit v1.9.3