WXL
2025-03-04 57a7537f38f78499218c2d23f4c09a26add08c5a
src/api/AiCentre/indicator.js
@@ -62,6 +62,14 @@
    method: "get",
  });
}
// 查询手术
export function getbaseopera(data) {
  return request({
    url: "/smartor/baseopera/list",
    method: "post",
    data: data,
  });
}
// 查询指标疾病
export function getillness(data) {
  return request({
@@ -132,4 +140,12 @@
    data:data,
  });
}
// 测试指标
export function testtagerlist(data) {
  return request({
    url: "/smartor/target/targetQuesMate",
    method: "post",
    data:data,
  });
}