From 83598fa5941b3958e4998b9354a2c25b2e52ee9f Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期六, 12 十月 2024 15:13:34 +0800
Subject: [PATCH] 测试完成

---
 src/store/getters.js |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/store/getters.js b/src/store/getters.js
index ec37e40..d56a211 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -11,6 +11,8 @@
   introduction: (state) => state.user.introduction,
   roles: (state) => state.user.roles,
   permissions: (state) => state.user.permissions,
+  belongWards: (state) => state.user.belongWards,
+  belongDepts: (state) => state.user.belongDepts,
   permission_routes: (state) => state.permission.routes,
   topbarRouters: (state) => state.permission.topbarRouters,
   defaultRoutes: (state) => state.permission.defaultRoutes,
@@ -181,14 +183,14 @@
         listClass: "",
       },
     },
-    {
-      value: "3",
-      label: "濉┖",
-      raw: {
-        cssClass: "",
-        listClass: "",
-      },
-    },
+    // {
+    //   value: "3",
+    //   label: "濉┖",
+    //   raw: {
+    //     cssClass: "",
+    //     listClass: "",
+    //   },
+    // },
     {
       value: "4",
       label: "闂瓟",

--
Gitblit v1.9.3