v1.9 优化组织修改显示不正确bug

This commit is contained in:
wuxw 2025-09-09 16:12:20 +08:00
parent 5077115fa7
commit e3aca637cd

View File

@ -264,7 +264,7 @@ export default {
this.visible = false
this.$emit('success')
} catch (error) {
this.$message.error(this.$t('listOwner.updateFailed'))
this.$message.error(error)
}
})
},