From 7b43b04d59d0f2dd67f3defcfd5048a65c4fa15b Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 30 May 2023 09:32:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=8F=E8=AE=BF=E9=A9=B3=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=B6=88=E6=81=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupentry/followaudit.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/followupentry/followaudit.vue b/src/views/followupentry/followaudit.vue index 90d69e5..9af6782 100644 --- a/src/views/followupentry/followaudit.vue +++ b/src/views/followupentry/followaudit.vue @@ -527,6 +527,7 @@ export default { } }, nextExample() { + this.$store.commit("user/setGetMessageFlag", true) if (this.editStatus) { this.loading = false this.onCancel() -- 2.22.0