.
lkk
8 天以前 eeac81ae464d3b905da959790b5baa531ee766f5
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
  })
}
@@ -196,3 +196,5 @@
}