yxh
sendo
2025-09-29 c726f0a0d060e4c73af878aaa20bc353dc886852
src/api/system/user.js
@@ -86,7 +86,7 @@
    data: data,
  });
}
// 修改用户个人信息
// 统计查询
export function getSfStatistics(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatistics",
@@ -94,6 +94,29 @@
    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,
  });
}
// 用户密码重置
export function updateUserPwd(oldPassword, newPassword) {