1
lkk
9 天以前 eaa953134588c4cffb0a8adad14a9fa229643e71
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 @@
}