yz3456
2024-07-22 a07727bad02f4c7cc72185f03464f457e1111253
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
  })
}