qx
7 天以前 d0ba1fd79cf71e389a95123358ce951b34811454
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 }
  })
}