Tcsm
2023-05-18 4b0a2b3cdfb99bc4ecc9fce6390b9ec6f4c4a2e5
ruoyi-ui/src/api/doctor/index.js
@@ -62,3 +62,11 @@
    responseType: 'blob'
  })
}
//上传文件
export function enload(data) {
  return request({
    url: '/zfDoctor/importData',
    method: 'post',
    data: data
  })
}