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