1
lkk
4 天以前 80402ee4f8feb54d85b15201006ba2198cb0c743
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
  })
}