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 } }) }