fix: 创建数据源保存后没有退回数据源列表页面

This commit is contained in:
dataeaseShu 2022-12-29 17:27:49 +08:00
parent 743aaf42e9
commit b97f1dcfb9

View File

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