1
lkk
2025-07-04 5b58a2c07e2317b2dc8f60c6bfe83dd0774896bc
src/api/hosp/history.js
@@ -59,3 +59,11 @@
    })
}
// 删除职业症状或职业病史接口
export function removeAskHistorys(historyId) {
    return request({
        url: '/hosp/history/removeAskHistorys',
        method: 'post',
        data: historyId
    })
}