From 05ae3a302227e0ee79dc82fb2ee0473cb07f4f0a Mon Sep 17 00:00:00 2001 From: value <z1292839451@163.com> Date: 星期五, 24 五月 2024 14:46:42 +0800 Subject: [PATCH] 功能调整 --- src/view/notice.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/view/notice.vue b/src/view/notice.vue index be68420..99f4985 100644 --- a/src/view/notice.vue +++ b/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){ -- Gitblit v1.9.3