From 93d5248746860e9c19bedaab8761d480d0ce18b9 Mon Sep 17 00:00:00 2001 From: yz3456 <2753272399@qq.com> Date: 星期日, 11 八月 2024 10:53:19 +0800 Subject: [PATCH] 解决了报错 --- ruoyi-ui/src/views/note/index.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue index f83c3f1..d5885ae 100644 --- a/ruoyi-ui/src/views/note/index.vue +++ b/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 }) }) }, -- Gitblit v1.9.1