WXL (wul)
4 天以前 eb443365f2793c02e20c9e9fd3d611618cd30cba
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,
  });
}