| | |
| | | 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]) |
| | |
| | | |
| | | /** 分享操作 */ |
| | | handleShare(row) { |
| | | this.id1 = row.id |
| | | this.id1 = [row.id] |
| | | this.open1 = true; |
| | | this.title1 = "分享"; |
| | | }, |