Merge pull request #4239 from dataease/pr@dev_memory_component

Pr@dev memory component
This commit is contained in:
dataeaseShu 2022-12-29 17:33:27 +08:00 committed by GitHub
commit 4c89078a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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