From 7af6c0d30e544799ad7aef782306a59ec890ca3c Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 14 Mar 2022 16:11:34 +0800 Subject: [PATCH] 28100 --- src/apps/AppAskForm/FormSetting.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/apps/AppAskForm/FormSetting.vue b/src/apps/AppAskForm/FormSetting.vue index 95dca801..9367e316 100644 --- a/src/apps/AppAskForm/FormSetting.vue +++ b/src/apps/AppAskForm/FormSetting.vue @@ -166,7 +166,10 @@ export default { }).then(res => { if (res.code == 0) { this.$u.toast('发布成功') - this.back() + + setTimeout(() => { + this.back() + }, 800) } }).catch(e => { this.$u.toast(e)