qx
1 天以前 3c1061b55683f3b6ff10dc8259c0b0179e2846e2
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,12 @@
    params: data
  })
}
// 撤销按钮
export function chexiao(tjNUm,proId) {
  return request({
    url: '/hosp/order/chushenyemianchexiaojiekou',
    method: 'get',
    params: { tjNUm: tjNUm, proId: proId }
  })
}