lkk
2024-12-26 a51f6cabf6919be2916cfc0b62c856c64b4f93c9
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
    })
}