From b97f1dcfb9b2f95efe53dd9b6c4fbdebd024de3b Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:27:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90=E4=BF=9D=E5=AD=98=E5=90=8E=E6=B2=A1=E6=9C=89=E9=80=80?= =?UTF-8?q?=E5=9B=9E=E6=95=B0=E6=8D=AE=E6=BA=90=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/DsFormContent.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/DsFormContent.vue b/frontend/src/views/system/datasource/DsFormContent.vue index 07f570e71c..ea6890786e 100644 --- a/frontend/src/views/system/datasource/DsFormContent.vue +++ b/frontend/src/views/system/datasource/DsFormContent.vue @@ -1058,7 +1058,7 @@ export default { method(form).then((res) => { this.$success(i18n.t('commons.save_success')) this.refreshType(form) - this.backToList() + this.$router.push('/datasource/index') }).finally(() => { this.$emit('update:formLoading', false) })