Browse Source

no message

linwenxin 1 year ago
parent
commit
d17f965b67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/NotifyBox/index.vue

+ 1 - 0
src/components/NotifyBox/index.vue

@@ -652,6 +652,7 @@ export default {
       const res = await getNoticeDetail({ id })
       this.detailData = res.data
       this.inDialog = true
+      confirmCheck({ noticeIds: id }).then(res => {})
     },
     // 下载
     async downloadFn(id) {