From 3f0a4956db2ee505e8de2d106c7c4aa2bc914978 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 16 Dec 2021 15:43:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B0=83=E6=9F=A5=E9=97=AE?= =?UTF-8?q?=E5=8D=B7=E7=99=BB=E5=BD=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppAskForm/components/formDetail.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sass/AppAskForm/components/formDetail.vue b/src/sass/AppAskForm/components/formDetail.vue index 2b5ee101..2a8a2f6b 100644 --- a/src/sass/AppAskForm/components/formDetail.vue +++ b/src/sass/AppAskForm/components/formDetail.vue @@ -158,7 +158,6 @@ export default { this.result = { tips: "提交成功!感谢参与", } - this.logout() } }).catch(err => { this.$u.toast(err || "提交失败")