linwenxin 1 anno fa
parent
commit
d17f965b67
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) {