|
@@ -1082,7 +1082,7 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
bugUpdate(form, loadingStr) {
|
|
|
- console.log(form, '修改')
|
|
|
+ // console.log(form, '修改')
|
|
|
if (form.currentHandler !== '' || form.assigner !== '') {
|
|
|
loadingStr ? this.loading[loadingStr] = true : this.loading.fullscreen = true
|
|
|
const userData = {
|
|
@@ -1118,7 +1118,7 @@ export default {
|
|
|
} else {
|
|
|
this.$message.warning('责任人,修复人不能为空')
|
|
|
this.loading.userInfo = false
|
|
|
- // this.bugGet(this.bug.id, false)
|
|
|
+ this.bugGet(this.bug.id, false)
|
|
|
}
|
|
|
},
|
|
|
searchUser(query) {
|