forked from github/dataease
fix: 创建数据源保存后没有退回数据源列表页面
This commit is contained in:
parent
743aaf42e9
commit
b97f1dcfb9
@ -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)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user