| | |
| | | } 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'], |
| | |
| | | |
| | | 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 |
| | | }) |
| | | }) |
| | | }, |