Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
d17f965b67
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {