yz3456
2024-07-29 fae5df1d3f1ae875ac546cacfb4744b2e8230ca2
ruoyi-ui/src/views/doctor/index.vue
@@ -842,10 +842,11 @@
      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])
@@ -875,7 +876,7 @@
    /** 分享操作 */
    handleShare(row) {
      this.id1 = row.id
      this.id1 = [row.id]
      this.open1 = true;
      this.title1 = "分享";
    },