Browse Source

我的消息

chenc 3 years ago
parent
commit
1f5c5eae50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/tools/HeaderNotice.vue

+ 1 - 0
src/components/tools/HeaderNotice.vue

@@ -182,6 +182,7 @@
           this.formData = {id:record.busId};
           this.$refs.showDynamNotice.detail(record.openPage);
         }else{
+          record.readFlag='0'//未阅读(用于以未阅读状态跳转到我的消息弹框)
           this.$refs.ShowAnnouncement.detail(record);
         }
       },