reedliuqing_i 5 yıl önce
ebeveyn
işleme
ac5b312c68

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