1
lkk
8 天以前 18657144f04cb12efe4b1d23bf925bdedd739c9d
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 @@
}