11
lkk
2025-03-31 bad2bc143be3f8ddb93a1c9f984127b3ccf43e8f
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',
    })
}