1
lkk
15 小时以前 4b6eabfb56d2b736c5f16796614318770c606fd6
src/api/doctor/checkAll.js
@@ -55,8 +55,8 @@
export function getTjdetailList(data) {
  return request({
    url: '/check/getTjdetailList',
    method: 'put',
    params: data
    method: 'post',
    data: data
  })
}
@@ -186,3 +186,15 @@
  })
}
// 撤销按钮
export function chexiao(tjNUm,proId) {
  return request({
    url: '/hosp/order/chushenyemianchexiaojiekou',
    method: 'get',
    params: { tjNUm: tjNUm, proId: proId }
  })
}