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({