From d9edcf2fa95e62bf9bbac6253a695c1151780e7b Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Tue, 24 May 2022 14:23:21 +0800
Subject: [PATCH] 'lct'
---
src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue b/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
index eb6c39d..5f04a4f 100644
--- a/src/views/doublePreventAction/hiddenDanger/inspectionTask/index.vue
+++ b/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){
--
Gitblit v1.9.2