From 9392fbf3237fd77a3d8d338d63de7831ce6d284c Mon Sep 17 00:00:00 2001 From: songyunpeng Date: Fri, 20 Mar 2020 18:47:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E8=AF=BB=E6=9C=AA=E8=AF=BB=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=A1=86=20=20bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/master/masternoticedetail.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/modules/master/masternoticedetail.vue b/src/views/modules/master/masternoticedetail.vue index 8a6b58aa..df1bb818 100755 --- a/src/views/modules/master/masternoticedetail.vue +++ b/src/views/modules/master/masternoticedetail.vue @@ -11,7 +11,7 @@
- + { }) }, @@ -106,9 +107,11 @@ export default { }, handleClick (tab, event) { if (tab.label === '已读名单') { + this.loading = true this.getReadInfo(1) } if (tab.label === '未读名单') { + this.loading = true this.getReadInfo(0) } }