소스 검색

优化描述

qinzhipeng_v 5 년 전
부모
커밋
c1c9e96cef
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)
         }
       })
     },