qinxianzhangyao
2024-06-20 f8acaa2e9ff3cc2b1fd91d3d6372434d6c10f8f5
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
    })
}