WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
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({