浏览代码

no message

linwenxin 1 年之前
父节点
当前提交
d17f965b67
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {