1
lkk
2025-04-11 5c8adc16e9b0c0e71998d3cefc35170fa4a60900
src/api/hosp/harmType.js
@@ -36,9 +36,10 @@
}
// 删除职业病
export function delHarmType(aid) {
export function delHarmType(ids) {
    return request({
        url: '/hosp/harmType/' + aid,
        method: 'delete'
        url: '/hosp/harmType/remove',
        method: 'delete',
        data:ids
    })
}