qinzhipeng_v %!s(int64=5) %!d(string=hai) anos
pai
achega
c1c9e96cef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/projectManage/bugList/details/index.vue

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