From a2c10da81668de1f5b7d38f5962d46d795e3cc7e Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 07 四月 2026 14:56:06 +0800
Subject: [PATCH] 测试完成
---
src/store/getters.js | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index dfbad96..6b8973c 100644
--- a/src/store/getters.js
+++ b/src/store/getters.js
@@ -15,6 +15,7 @@
permissions: (state) => state.user.permissions,
belongWards: (state) => state.user.belongWards,
belongDepts: (state) => state.user.belongDepts,
+ satisfactionCategories: (state) => state.user.satisfactionCategories,
hisUserId: (state) => state.user.hisUserId,
permission_routes: (state) => state.permission.routes,
topbarRouters: (state) => state.permission.topbarRouters,
@@ -753,14 +754,14 @@
// listClass: "",
// },
// },
- // {
- // value: "13",
- // label: "涓撶梾闅忚",
- // raw: {
- // cssClass: "",
- // listClass: "",
- // },
- // },
+ {
+ value: "13",
+ label: "涓撶梾闅忚",
+ raw: {
+ cssClass: "",
+ listClass: "",
+ },
+ },
],
};
--
Gitblit v1.9.3