【修改】去掉debugger

This commit is contained in:
zhoulingpo
2023-05-11 18:04:51 +08:00
parent 8c85316950
commit 48aca5b170
2 changed files with 2 additions and 3 deletions
@@ -273,7 +273,6 @@ export default {
return obj
})
if (this.initShow){
debugger
newParams[0].taskId=this.taskId
}
this.params=newParams
@@ -265,7 +265,7 @@ export default {
if(this.processForm.keyContent){
this.tags=JSON.parse(this.processForm.keyContent)
}
debugger
if(this.processForm.labelList && typeof this.processForm.labelList[0]=='string'){
this.form.labelList= this.processForm.labelList.map(item=>{
return JSON.parse(item)
@@ -296,7 +296,7 @@ export default {
parts.push(item.orgCode)
partsName.push(item.orgName)
})
debugger
this.qcrList = checkedList
this.form.department = parts.toString()
this.form.departmentName = partsName.toString()