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/modules/user.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/user.js b/src/store/modules/user.js
index 20931b9..98f1b61 100644
--- a/src/store/modules/user.js
+++ b/src/store/modules/user.js
@@ -13,6 +13,7 @@
     belongDepts: [],
     roles: [],
     permissions: [],
+    satisfactionCategories:{},
     // 鏈嶅姟绫诲瀷
     Serviceauthority: [
       {
@@ -111,6 +112,9 @@
     },
     SET_hisUserId: (state, hisUserId) => {
       state.hisUserId = hisUserId;
+    },
+        SET_satisfactionCategories: (state, satisfactionCategories) => {
+      state.satisfactionCategories = satisfactionCategories;
     },
     SET_leaveldeptcodes: (state, belongDepts) => {
       state.belongDepts = belongDepts;
@@ -262,6 +266,7 @@
             commit("SET_nickNAME", user.nickName);
             commit("SET_Id", user.userId);
             commit("SET_hisUserId", user.hisUserId);
+            commit("SET_satisfactionCategories", user.satisfactionCategories);
 
             // if (user.userName == "admin") {
             //   commit("SET_leaveldeptcodes", []);

--
Gitblit v1.9.3