WXL
2025-03-24 073edc90c84ee4e8b3efe18db4ecfdbf039fdcb6
src/api/AiCentre/indicator.js
@@ -40,6 +40,14 @@
    data: data,
  });
}
// 指标统计
export function Labelstatistics(Id) {
   return request({
    url: "/smartor/serviceSubtaskDetail/countPatByTarget/" + Id,
    method: "get",
   });
   }
// 删除指标
export function deletetarget(userId) {
  return request({
@@ -62,6 +70,14 @@
    method: "get",
  });
}
// 查询手术
export function getbaseopera(data) {
  return request({
    url: "/smartor/baseopera/list",
    method: "post",
    data: data,
  });
}
// 查询指标疾病
export function getillness(data) {
  return request({