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