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