Commit 8467ab2c53ac034594510322d0c63daa422e5084
1 parent
e3aca637
v1.9 优化组织修改显示不正确bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/owner/editOwner.vue
| @@ -260,7 +260,7 @@ export default { | @@ -260,7 +260,7 @@ export default { | ||
| 260 | } | 260 | } |
| 261 | 261 | ||
| 262 | await editOwner(params) | 262 | await editOwner(params) |
| 263 | - this.$message.success(this.$t('listOwner.updateSuccess')) | 263 | + this.$message.success(this.$t('common.submitSuccess')) |
| 264 | this.visible = false | 264 | this.visible = false |
| 265 | this.$emit('success') | 265 | this.$emit('success') |
| 266 | } catch (error) { | 266 | } catch (error) { |