1
wwl
2025-07-15 5017033ae6120a4fbf9d60f5c0e4c963799c0e54
src/api/doctor/checkAll.js
@@ -194,3 +194,12 @@
    params: data
  })
}
// 撤销按钮
export function chexiao(tjNUm,proId) {
  return request({
    url: '/hosp/order/chushenyemianchexiaojiekou',
    method: 'get',
    params: { tjNUm: tjNUm, proId: proId }
  })
}