!20 修复无权限查看我收到的通知公告

Merge pull request !20 from tomaito/N/A
This commit is contained in:
小诺 2021-05-10 00:57:07 +08:00 committed by Gitee
commit 4e6b8bb94f

View File

@ -44,9 +44,9 @@
// //
detail (record) { detail (record) {
this.confirmLoading = true this.confirmLoading = false
this.visible = true this.visible = true
this.sysNoticeDetail(record.id) this.contentRecord = record
}, },
/** /**