Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
d17f965b67

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

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