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) })