reedliuqing_i 5 年之前
父節點
當前提交
ac5b312c68
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
       }