WXL (wul)
2026-04-21 acac65122fbac5295e4b7c8eed468e9b9181e366
src/api/system/user.js
@@ -102,6 +102,14 @@
    data: data,
  });
}
// 延续护理统计
export function getContinueNerseCount(data) {
  return request({
    url: "/smartor/serviceSubtask/getContinueNerseCount",
    method: "post",
    data: data,
  });
}
// 满意度统计详情
export function getSfStatisticsJoyInfo(data) {
  return request({
@@ -196,3 +204,19 @@
    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,
  });
}