qx
qx
6 小时以前 01c3a2e0238539b19781048259c0df84a76d46fa
src/api/doctor/checkAll.js
@@ -65,8 +65,8 @@
export function getTjdetailList(data) {
  return request({
    url: '/check/getTjdetailList',
    method: 'put',
    params: data
    method: 'post',
    data: data
  })
}
@@ -194,3 +194,23 @@
    params: data
  })
}
// 撤销按钮
export function chexiao(tjNUm,proId) {
  return request({
    url: '/hosp/order/chushenyemianchexiaojiekou',
    method: 'get',
    params: { tjNUm: tjNUm, proId: proId }
  })
}
export function tjjcycxm(tjNumber) {
  return request({
    url: '/system/config/tjjcycxm',
    method: 'get',
    params: {
      tjh: tjNumber
    }
  })
}