mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
v1.9 优化组织修改显示不正确bug
This commit is contained in:
parent
5077115fa7
commit
e3aca637cd
@ -264,7 +264,7 @@ export default {
|
|||||||
this.visible = false
|
this.visible = false
|
||||||
this.$emit('success')
|
this.$emit('success')
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
this.$message.error(this.$t('listOwner.updateFailed'))
|
this.$message.error(error)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user