| | |
| | | }) |
| | | } |
| | | // 查看谁分享了数据 |
| | | export function getWhoShare(data,query) { |
| | | export function getWhoShare(query) { |
| | | return request({ |
| | | url: '/ZfDoctorShare/getInfoByShareId', |
| | | method: 'get', |
| | | data: data, |
| | | params: query |
| | | }) |
| | | } |
| | |
| | | this.open2 = true |
| | | this.title2 = "分享给我的数据"; |
| | | // const list = {"shareId": this.userList} |
| | | const list = {"shareId": 111} |
| | | getWhoShare(list,this.queryParams2).then(response => { |
| | | // const list = {"shareId": 111} |
| | | getWhoShare(this.queryParams2).then(response => { |
| | | const data = response.data.data |
| | | console.log(data,'展示分享给我的数据展示分享给我的数据s') |
| | | this.total1 = response.data.total |
| | | console.log(response,'展示分享给我的数据展示分享给我的数据s') |
| | | for(let i in data){ |
| | | console.log(i,'展示分享给我的数据展示分享给我的数据') |
| | | this.shareList1.push(data[i]) |