소스 검색

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) {