Commit bf6478158a7b7bea1a90464dba4eaa121119ae0e

Authored by wuxw
1 parent c3079485

优化代码

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