WXL (wul)
2025-09-26 9e34f13a1cd13d2115213eafede528b146d246a4
src/api/system/user.js
@@ -86,10 +86,33 @@
    data: data,
  });
}
// 修改用户个人信息
// 统计查询
export function getSfStatistics(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatistics",
    method: "post",
    data: data,
  });
}
// 满意度明细查询
export function getSfStatisticsJoydetails(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatisticsJoydetails",
    method: "post",
    data: data,
  });
}// 满意度统计
export function getSfStatisticsJoy(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatisticsJoy",
    method: "post",
    data: data,
  });
}
// 未及时查询
export function selectTimelyRate(data) {
  return request({
    url: "/smartor/servicetask/selectTimelyRate",
    method: "post",
    data: data,
  });
@@ -145,6 +168,7 @@
export function deptTreeSelect(type) {
  const data = {
    deptType:type,
    orgid:localStorage.getItem("orgid"),
  };
  return request({
    url: "/system/user/deptTree",