From 741805d8daa2d2baa0b6b75bc1724488baf9c6bc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 15 六月 2026 14:55:10 +0800
Subject: [PATCH] 测试完成
---
src/api/system/user.js | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 51 insertions(+), 3 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 9365b90..97a0648 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -94,10 +94,26 @@
data: data,
});
}
+// 涓撶梾缁熻鏌ヨ
+export function getSpecialSfStatistics(data) {
+ return request({
+ url: "/smartor/serviceSubtask/getSpecialSfStatistics",
+ method: "post",
+ data: data,
+ });
+}
// 婊℃剰搴︾粺璁�
export function getSfStatisticsJoy(data) {
return request({
url: "/smartor/serviceSubtask/getSfStatisticsCount",
+ method: "post",
+ data: data,
+ });
+}
+// 寤剁画鎶ょ悊缁熻
+export function getContinueNerseCount(data) {
+ return request({
+ url: "/smartor/serviceSubtask/getContinueNerseCount",
method: "post",
data: data,
});
@@ -169,7 +185,7 @@
});
}
// 淇濆瓨鎺堟潈瑙掕壊
-export function removeusertd(userid,deptcode) {
+export function removeusertd(userid, deptcode) {
return request({
url: "/smartor/userdept/removeByCode/" + userid + "/" + deptcode,
method: "get",
@@ -179,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",
@@ -196,3 +212,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