Browse Source

no message

FengChaoYu 1 year ago
parent
commit
3cd064b981
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/notice.vue

+ 1 - 1
src/views/notice.vue

@@ -404,7 +404,7 @@ export default {
 
     // 详情 - 打开弹窗
     openDetail(id) {
-      getDetail({ id }).then(res => {
+      getDetail({ id, isTopRead:true }).then(res => {
         this.detailData = res.data
         this.detailDialog = true
       })