浏览代码

no message

FengChaoYu 1 年之前
父节点
当前提交
3cd064b981
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
       })