diff --git a/frontend/src/views/system/datasource/DsForm.vue b/frontend/src/views/system/datasource/DsForm.vue index f325053def..2c14c69826 100644 --- a/frontend/src/views/system/datasource/DsForm.vue +++ b/frontend/src/views/system/datasource/DsForm.vue @@ -46,6 +46,7 @@
{ this.$success(i18n.t('commons.save_success')) this.refreshType(form) - this.$router.push('/datasource/index') + this.backToList() }).finally(() => { this.$emit('update:formLoading', false) })