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

This commit is contained in:
tomaito 2021-05-09 15:19:58 +08:00 committed by Gitee
parent 9c01fd01be
commit 6c5604634e

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
}, },
/** /**