From 5d156b1e222bab30e4f5517a00626a86fc7c85e1 Mon Sep 17 00:00:00 2001 From: 晏有为 <13214124+yan-youwei@user.noreply.gitee.com> Date: 星期一, 27 五月 2024 14:10:06 +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