1
wwl
2025-03-05 cb1f69717eed3b6a61b6c61a8934bac752782b2d
src/api/hosp/inspection.js
@@ -16,3 +16,12 @@
        method: 'get'
    })
}
// 恢复弃检
export function recall(data) {
    return request({
        url: '/hosp/inspection/recall',
        method: 'post',
        data: data
    })
}