From d4d65c814113e47b6dd61fe39dd0a09ec737bc10 Mon Sep 17 00:00:00 2001
From: Crunchy <3114200645@qq.com>
Date: 星期日, 26 五月 2024 23:05:38 +0800
Subject: [PATCH] 2024-5-24 需求小调整
---
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