WXL (wul)
13 小时以前 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b
src/api/system/user.js
@@ -86,10 +86,18 @@
    data: data,
  });
}
// 修改用户个人信息
// 统计查询
export function getSfStatistics(data) {
  return request({
    url: "/smartor/serviceSubtask/getSfStatistics",
    method: "post",
    data: data,
  });
}
// 未及时查询
export function selectTimelyRate(data) {
  return request({
    url: "/smartor/servicetask/selectTimelyRate",
    method: "post",
    data: data,
  });
@@ -128,7 +136,7 @@
// 保存授权角色
export function updateAuthRole(data) {
  return request({
    url: "/system/user/authRole",
    url: "/system/user/authRole/insertAuthRole",
    method: "post",
    data: data,
  });
@@ -145,6 +153,7 @@
export function deptTreeSelect(type) {
  const data = {
    deptType:type,
    orgid:localStorage.getItem("orgid"),
  };
  return request({
    url: "/system/user/deptTree",
@@ -152,7 +161,7 @@
    params: data,
  });
}
// 新增科室/病区
// 新增课题组/病区
export function adduserdept(data) {
  return request({
    url: "/smartor/userdept/add",