qinzhipeng_v 5 жил өмнө
parent
commit
c1c9e96cef

+ 1 - 0
src/views/projectManage/bugList/details/index.vue

@@ -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)
         }
       })
     },