Fix Bug #463: [目录管理-诊疗目录] 新增/编辑弹窗中“诊疗子项”检索功能失效,无法搜到已维护的项目

This commit is contained in:
赵云
2026-05-08 15:39:45 +08:00
parent 88ce63152c
commit 3acdf60080

View File

@@ -13,6 +13,19 @@ export function listOperatingRoom(query) {
})
}
/**
* 查询诊疗项目列表(用于诊疗子项检索)
* @param {Object} query - 查询参数
* @returns {Promise} 请求结果
*/
export function listMedicalItems(query) {
return request({
url: '/clinical-manage/medical-item/list',
method: 'get',
params: query
})
}
/**
* 查询手术室详细
* @param {Long} id - 手术室ID