Commit e3aca637cda32d163651d6d0531923037f42cb00
1 parent
5077115f
v1.9 优化组织修改显示不正确bug
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/owner/editOwner.vue
| @@ -264,7 +264,7 @@ export default { | @@ -264,7 +264,7 @@ export default { | ||
| 264 | this.visible = false | 264 | this.visible = false |
| 265 | this.$emit('success') | 265 | this.$emit('success') |
| 266 | } catch (error) { | 266 | } catch (error) { |
| 267 | - this.$message.error(this.$t('listOwner.updateFailed')) | 267 | + this.$message.error(error) |
| 268 | } | 268 | } |
| 269 | }) | 269 | }) |
| 270 | }, | 270 | }, |