浏览代码

优化描述

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