WXL
2025-03-04 cf2c2a9c6ce4e4faae13531746ca412cbf874bc6
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({