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) } }