Commit bf6478158a7b7bea1a90464dba4eaa121119ae0e

Authored by wuxw
1 parent c3079485

优化代码

src/components/org/EditOrg.vue
@@ -89,7 +89,7 @@ @@ -89,7 +89,7 @@
89 if (valid) { 89 if (valid) {
90 updateOrg(this.form).then(response => { 90 updateOrg(this.form).then(response => {
91 console.log(response) 91 console.log(response)
92 - this.$message.success(this.$t('org.updateSuccess')) 92 + this.$message.success(this.$t('common.submitSuccess'))
93 this.visible = false 93 this.visible = false
94 this.$emit('refresh') 94 this.$emit('refresh')
95 }) 95 })