qx
6 天以前 6034c5a941602d43559e19f6a9ed0019b3883dd9
src/api/hosp/history.js
@@ -59,3 +59,11 @@
    })
}
// 删除职业症状或职业病史接口
export function removeAskHistorys(historyId) {
    return request({
        url: '/hosp/history/removeAskHistorys',
        method: 'post',
        data: historyId
    })
}