feige
2024-12-17 4b1fbea0d8099259ea7d0ef10bd7633c3bc62f2e
ruoyi-ui/src/api/doctor/index.js
@@ -97,11 +97,10 @@
  })
}
// 查看谁分享了数据
export function getWhoShare(data,query) {
export function getWhoShare(query) {
  return request({
    url: '/ZfDoctorShare/getInfoByShareId',
    method: 'get',
    data: data,
    params: query
  })
}