@@ -440,7 +440,7 @@ export default {
|
|||||||
this.loading = true
|
this.loading = true
|
||||||
Promise.all([this.updateSystemBasicConfig(), this.updateSystemEmailConfig(), this.updateWebConfigInfo()]).then(res => {
|
Promise.all([this.updateSystemBasicConfig(), this.updateSystemEmailConfig(), this.updateWebConfigInfo()]).then(res => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
this.message.success(this.$t('common:message:savedSuccessfully'))
|
this.$message.success(this.$t('common:message:savedSuccessfully'))
|
||||||
// this.getInfo()
|
// this.getInfo()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user