1
lkk
2 天以前 193c64dfd5c6872c7fe3da610db0af406a599973
src/api/doctor/checkAll.js
@@ -186,3 +186,13 @@
  })
}
// 撤销按钮
export function chexiao(tjNUm,proId) {
  return request({
    url: '/hosp/order/chushenyemianchexiaojiekou',
    method: 'get',
    params: { tjNUm: tjNUm, proId: proId }
  })
}