qx
qx
4 天以前 44e7c74462e3dd3bf4bf24ab34b126d6e59c41f9
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
  })
}