feige
2024-11-08 fcd9788f561b8b81bf5aa45bbc3db035b9786f2c
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
  })
}