From 2306e23d71b1414edcfb23e264f4c8f450866a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Sat, 25 Jun 2022 21:08:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/myWork/message/notifyMsg.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/views/myWork/message/notifyMsg.vue b/src/views/myWork/message/notifyMsg.vue index ad098dc5..9b50d953 100644 --- a/src/views/myWork/message/notifyMsg.vue +++ b/src/views/myWork/message/notifyMsg.vue @@ -1,6 +1,9 @@ @@ -41,6 +48,7 @@ export default { }, data() { return { + load:{list:false}, notifyMsgs:[], pageInfo:{//分页数据 @@ -83,7 +91,9 @@ export default { params.orderBy= orderBys.join(",") } params.toUserid=this.userInfo.userid + this.load.list=true getNoticeMsg(params).then(res=>{ + this.load.list=false this.notifyMsgs=res.data.data; this.pageInfo.total=res.data.total this.pageInfo.count=false;