@@ -898,6 +898,7 @@ export default {
this.bugUpdate(this.bug, 'describe').then(res => {
if (res.code === 200) {
this.describeEditorVisible = false
+ this.bugGet(this.bug.id)
}
})
},