From e06cd3953ba8a6e0eee11c235bce9ced419a2800 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 03 六月 2026 14:05:08 +0800
Subject: [PATCH] 测试完成
---
src/api/system/user.js | 61 +++++++++++++++++++++++++-----
1 files changed, 51 insertions(+), 10 deletions(-)
diff --git a/src/api/system/user.js b/src/api/system/user.js
index 79ab356..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,
});
@@ -119,7 +128,7 @@
}
// 浠诲姟闅忚鐜囩粺璁¤〃鐨勪笅閽绘槑缁�
-// sendstate = 2 寰呴殢璁� 5 寰呴殢璁垮け璐�
+// sendstate = 2 寰呴殢璁� 5 寰呴殢璁垮け璐�
// preachform = 浠诲姟褰㈠紡(1,浜哄伐 2,绾歌川 3,鐢佃瘽 4,鐭俊 5.寰俊鍏紬鍙� 6.寰俊灏忕▼搴� 7.鏀粯瀹濆皬绋嬪簭 8.鏅鸿兘鏈哄櫒浜� 9.閽夐拤)
export function querySubtaskList(data) {
return request({
@@ -168,7 +177,7 @@
});
}
// 淇濆瓨鎺堟潈瑙掕壊
-export function removeusertd(userid,deptcode) {
+export function removeusertd(userid, deptcode) {
return request({
url: "/smartor/userdept/removeByCode/" + userid + "/" + deptcode,
method: "get",
@@ -178,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",
@@ -195,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