1
wwl
2025-01-08 aa4451fa555c7d86502c0416a5cf3be343acb67c
src/api/doctor/checkAll.js
@@ -124,9 +124,9 @@
// 报告核收
export function heXiaoByIds(orderIds) {
  return request({
    url: '/hosp/order/heXiaoByIds/'+orderIds,
    url: '/hosp/order/heXiaoByIds/',
    method: 'post',
    // data: orderIds
    data: orderIds
  })
}