yxh
sendo
2025-09-29 c726f0a0d060e4c73af878aaa20bc353dc886852
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,
  });
@@ -128,7 +151,7 @@
// 保存授权角色
export function updateAuthRole(data) {
  return request({
    url: "/system/user/authRole",
    url: "/system/user/authRole/insertAuthRole",
    method: "post",
    data: data,
  });
@@ -142,10 +165,15 @@
}
// 查询部门下拉树结构
export function deptTreeSelect() {
export function deptTreeSelect(type) {
  const data = {
    deptType:type,
    orgid:localStorage.getItem("orgid"),
  };
  return request({
    url: "/system/user/deptTree",
    method: "get",
    params: data,
  });
}
// 新增科室/病区