src/view/notice.vue
@@ -190,8 +190,8 @@ }, goNoticeDetail(row){ this.$axios.put(this.$api.informationNotification.triggerModificationStatusToRead+'/'+row.id).then(res => { this.drawer = false; row.num = Math.random(100); localStorage.setItem("noticeInfo", JSON.stringify(row)) this.$bus.$emit("change", JSON.stringify(row)); this.$parent.addTab({ v: "消息详情", @@ -206,6 +206,7 @@ this.refresh(); this.$emit('goNoticeDetail') }) this.drawer = false; }, handleDropdown(e,row){ switch(e){