qx
1 天以前 3c1061b55683f3b6ff10dc8259c0b0179e2846e2
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
  })
}