From b13136df51cd07e08b64b48d7f0cd73d1bf6c0fc Mon Sep 17 00:00:00 2001 From: joylink_cuiweidong <364937672@qq.com> Date: Tue, 12 Jan 2021 19:05:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/publish/examRule/draft/examFrom.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/publish/examRule/draft/examFrom.vue b/src/views/publish/examRule/draft/examFrom.vue index 84f78fb4f..359e7ee32 100644 --- a/src/views/publish/examRule/draft/examFrom.vue +++ b/src/views/publish/examRule/draft/examFrom.vue @@ -306,7 +306,7 @@ export default { await updateExamRules(model); this.$store.dispatch('exam/setCourseDetail', this.form); this.$message.success(this.$t('publish.updateExamRuleSuccess')); - history.go(-1); + // history.go(-1); } catch (error) { this.$messageBox(this.$t('publish.updateExamRuleFailed')); }