reedliuqing_i 5 years ago
parent
commit
ac5b312c68
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/projectManage/bugList/details/index.vue

+ 2 - 2
src/views/projectManage/bugList/details/index.vue

@@ -1014,9 +1014,9 @@ export default {
       this.statusDialogForm = JSON.parse(JSON.stringify(this.bug))
       this.statusDialogForm.status = item.code
       if (item.name === '待修复' || item.name === '修复中') {
-        this.bugUpdate(this.statusDialogForm)
+        this.bugUpdate(this.statusDialogForm, 'title')
           .then(res => {
-            this.bugGet(this.bug.id)
+            this.bugGet(this.bug.id, false)
           })
         return
       }