From ffa22cc18c75c0a73a3fd987e2b62fbf55316db2 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 25 六月 2026 15:22:46 +0800
Subject: [PATCH] 测试完成

---
 src/api/system/user.js |   30 +++++++++++++++++++++++++++---
 1 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 6d5b155..97a0648 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -94,6 +94,14 @@
     data: data,
   });
 }
+// 涓撶梾缁熻鏌ヨ
+export function getSpecialSfStatistics(data) {
+  return request({
+    url: "/smartor/serviceSubtask/getSpecialSfStatistics",
+    method: "post",
+    data: data,
+  });
+}
 // 婊℃剰搴︾粺璁�
 export function getSfStatisticsJoy(data) {
   return request({
@@ -177,7 +185,7 @@
   });
 }
 // 淇濆瓨鎺堟潈瑙掕壊
-export function removeusertd(userid,deptcode) {
+export function removeusertd(userid, deptcode) {
   return request({
     url: "/smartor/userdept/removeByCode/" + userid + "/" + deptcode,
     method: "get",
@@ -187,8 +195,8 @@
 // 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�
 export function deptTreeSelect(type) {
   const data = {
-    deptType:type,
-    orgid:localStorage.getItem("orgid"),
+    deptType: type,
+    orgid: localStorage.getItem("orgid"),
   };
   return request({
     url: "/system/user/deptTree",
@@ -220,3 +228,19 @@
     data: data,
   });
 }
+// 鐪佺珛鍚屽痉缁村害棰樼洰鏄庣粏
+export function statisticsByDimension(data) {
+  return request({
+    url: "/smartor/satisfaction/statisticsByDimension",
+    method: "post",
+    data: data,
+  });
+}
+// 鐪佺珛鍚屽痉缁村害鏌辩姸鍥�
+export function satisfactionGraphDimension(data) {
+  return request({
+    url: "/smartor/satisfaction/satisfactionGraphDimension",
+    method: "post",
+    data: data,
+  });
+}

--
Gitblit v1.9.3