From feb5a669dced68415bc7e32f237f77bf9842fe8b Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 六月 2026 17:42:18 +0800
Subject: [PATCH] 测试完成

---
 src/api/system/user.js |   70 ++++++++++++++++++++++++++++++----
 1 files changed, 61 insertions(+), 9 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 601a80c..da1bec6 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -94,17 +94,26 @@
     data: data,
   });
 }
-// 婊℃剰搴︽槑缁嗘煡璇�
-export function getSfStatisticsJoydetails(data) {
+// 婊℃剰搴︾粺璁�
+export function getSfStatisticsJoy(data) {
   return request({
-    url: "/smartor/serviceSubtask/getSfStatisticsJoydetails",
+    url: "/smartor/serviceSubtask/getSfStatisticsCount",
     method: "post",
     data: data,
   });
-}// 婊℃剰搴︾粺璁�
-export function getSfStatisticsJoy(data) {
+}
+// 寤剁画鎶ょ悊缁熻
+export function getContinueNerseCount(data) {
   return request({
-    url: "/smartor/serviceSubtask/getSfStatisticsJoy",
+    url: "/smartor/serviceSubtask/getContinueNerseCount",
+    method: "post",
+    data: data,
+  });
+}
+// 婊℃剰搴︾粺璁¤鎯�
+export function getSfStatisticsJoyInfo(data) {
+  return request({
+    url: "/smartor/serviceSubtask/getSfStatisticsCountDetails",
     method: "post",
     data: data,
   });
@@ -113,6 +122,17 @@
 export function selectTimelyRate(data) {
   return request({
     url: "/smartor/servicetask/selectTimelyRate",
+    method: "post",
+    data: data,
+  });
+}
+
+// 浠诲姟闅忚鐜囩粺璁¤〃鐨勪笅閽绘槑缁�
+// sendstate = 2 寰呴殢璁� 5 寰呴殢璁垮け璐�
+// preachform = 浠诲姟褰㈠紡(1,浜哄伐 2,绾歌川  3,鐢佃瘽  4,鐭俊  5.寰俊鍏紬鍙� 6.寰俊灏忕▼搴� 7.鏀粯瀹濆皬绋嬪簭  8.鏅鸿兘鏈哄櫒浜�  9.閽夐拤)
+export function querySubtaskList(data) {
+  return request({
+    url: "/smartor/serviceSubtask/querySubtaskList",
     method: "post",
     data: data,
   });
@@ -157,7 +177,7 @@
   });
 }
 // 淇濆瓨鎺堟潈瑙掕壊
-export function removeusertd(userid,deptcode) {
+export function removeusertd(userid, deptcode) {
   return request({
     url: "/smartor/userdept/removeByCode/" + userid + "/" + deptcode,
     method: "get",
@@ -167,8 +187,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",
@@ -184,3 +204,35 @@
     data: data,
   });
 }
+// 鐪佺珛鍚屽痉婊℃剰搴︾粺璁¢〉棰樼洰鏄庣粏
+export function statistics(data) {
+  return request({
+    url: "/smartor/satisfaction/statistics",
+    method: "post",
+    data: data,
+  });
+}
+// 鐪佺珛鍚屽痉婊℃剰搴︾粺璁¢〉棰樼洰鏄庣粏
+export function satisfactionGraph(data) {
+  return request({
+    url: "/smartor/satisfaction/satisfactionGraph",
+    method: "post",
+    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