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