From ecbcc059d43f64877551756de129c653d31d0032 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 07 五月 2026 09:20:20 +0800
Subject: [PATCH] 测试完成
---
src/store/getters.js | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/src/store/getters.js b/src/store/getters.js
index 3d4944f..c7b3887 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,
@@ -754,13 +755,29 @@
// },
// },
{
- value: "13",
+ value: 13,
label: "涓撶梾闅忚",
raw: {
cssClass: "",
listClass: "",
},
},
+ {
+ value: 17,
+ label: "瀹f暀鍏虫��锛堝叆闄級",
+ raw: {
+ cssClass: "",
+ listClass: "",
+ },
+ },
+ {
+ value: 18,
+ label: "鍏ラ櫌闅忚",
+ raw: {
+ cssClass: "",
+ listClass: "",
+ },
+ },
],
};
--
Gitblit v1.9.3