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