lkk
2024-12-16 6c67a924e87f74a07a74c6f953b69e8bcc109015
src/api/hosp/history.js
@@ -44,9 +44,18 @@
}
//根据客户id获取问诊详细信息
export function getInfoById(userId) {
export function getInfoById(tjNumber) {
    return request({
        url: '/hosp/history/getInfoById?userId=' + userId ,
        url: '/hosp/history/getInfoById?tjNumber=' + tjNumber ,
        method: 'get',
    })
}
// 获取症状接口集
export function getZhengZhuang() {
    return request({
        url: '/hosp/history/getZhengZhuang',
        method: 'get',
    })
}