1
lkk
7 天以前 a9ab8b7cf1ea58aea45973a1e1bb14a190e88011
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 }
  })
}