4.3
wwl
2025-04-03 e37f01fa701f66450f5a40f1414f3ea8cffc30ee
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
    })
}