mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
c3079485b2
commit
bf6478158a
@ -89,7 +89,7 @@
|
|||||||
if (valid) {
|
if (valid) {
|
||||||
updateOrg(this.form).then(response => {
|
updateOrg(this.form).then(response => {
|
||||||
console.log(response)
|
console.log(response)
|
||||||
this.$message.success(this.$t('org.updateSuccess'))
|
this.$message.success(this.$t('common.submitSuccess'))
|
||||||
this.visible = false
|
this.visible = false
|
||||||
this.$emit('refresh')
|
this.$emit('refresh')
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user