forked from github/dataease
Merge pull request #4239 from dataease/pr@dev_memory_component
Pr@dev memory component
This commit is contained in:
commit
4c89078a21
@ -1058,7 +1058,7 @@ export default {
|
|||||||
method(form).then((res) => {
|
method(form).then((res) => {
|
||||||
this.$success(i18n.t('commons.save_success'))
|
this.$success(i18n.t('commons.save_success'))
|
||||||
this.refreshType(form)
|
this.refreshType(form)
|
||||||
this.backToList()
|
this.$router.push('/datasource/index')
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
this.$emit('update:formLoading', false)
|
this.$emit('update:formLoading', false)
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user