yz3456
2024-08-11 93d5248746860e9c19bedaab8761d480d0ce18b9
ruoyi-ui/src/views/note/index.vue
@@ -529,7 +529,7 @@
} from "@/api/note/index";
import {listUserAll} from "@/api/root/index";
import {getInfo} from "@/api/login";
import {Message} from "element-ui";
import { Notification, MessageBox, Message, Loading } from 'element-ui'
export default {
  name: "Role",
  dicts: ['sys_normal_disable'],
@@ -726,8 +726,10 @@
        const list2 = {"shareIds": [this.selectWho]}
        shareToWho(list2,this.queryParams2).then(response => {
          this.loading2 = true
          this.shareList1 = response.data.data
          this.total1 = response.data.total;
          this.loading2 = false
        })
      })
    },