wuye
/
webui
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
e3aca637cda32d163651d6d0531923037f42cb00
Authored by
wuxw
2025-09-09 16:12:20 +0800
1 parent
5077115f
v1.9 优化组织修改显示不正确bug
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/owner/editOwner.vue
src/components/owner/editOwner.vue
View file @
e3aca63
...
...
@@ -264,7 +264,7 @@ export default {
264
264
this.visible = false
265
265
this.$emit('success')
266
266
} catch (error) {
267
- this.$message.error(
this.$t('listOwner.updateFailed')
)
267
+ this.$message.error(
error
)
268
268
}
269
269
})
270
270
},
...
...