From 80c7b8f79ebd7b053a59d2fca99b90db66798f0c Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 30 五月 2024 22:36:12 +0800
Subject: [PATCH] 大改客户和用户

---
 src/view/notice.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/view/notice.vue b/src/view/notice.vue
index be68420..bc84174 100644
--- a/src/view/notice.vue
+++ b/src/view/notice.vue
@@ -4,7 +4,7 @@
   title="娑堟伅閫氱煡"
   :visible.sync="drawer"
   :direction="direction"
-  :before-close="handleClose" style="height: 100vh;z-index: 9999999;">
+  :before-close="handleClose" style="height: 100vh;z-index: 9999999;" size="450px">
     <div class="head">
       <div class="head-search">
         <label>娑堟伅绫诲瀷锛�</label>
@@ -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