【修改】去掉debugger
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user