11
lkk
2025-03-20 4773f42790d4f5795d52ff60e7749d5f9d6a6172
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
    })
}