src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
@@ -467,7 +467,6 @@ }else{ this.ifShow = true this.title = '编辑巡检计划设定' debugger // this.noticeDepartment = this.handleDepartment(JSON.parse(JSON.stringify(value)).noticeUid) // this.changeNotice() this.execDepartment = this.handleDepartment(JSON.parse(JSON.stringify(value)).execUid) @@ -482,7 +481,6 @@ } }, handleDepartment(value){ debugger let department = '' for(let i in this.userList){ if(this.userList[i].id === value){