Commit bf6478158a7b7bea1a90464dba4eaa121119ae0e
1 parent
c3079485
优化代码
Showing
1 changed file
with
1 additions
and
1 deletions
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 | }) |