diff --git a/src/views/permissionApplication/launch.vue b/src/views/permissionApplication/launch.vue index 19425dc..b3bc82c 100644 --- a/src/views/permissionApplication/launch.vue +++ b/src/views/permissionApplication/launch.vue @@ -273,7 +273,6 @@ export default { return obj }) if (this.initShow){ - debugger newParams[0].taskId=this.taskId } this.params=newParams diff --git a/src/views/reportProcess/components/reportForm.vue b/src/views/reportProcess/components/reportForm.vue index 1ba7ebb..1c4969c 100644 --- a/src/views/reportProcess/components/reportForm.vue +++ b/src/views/reportProcess/components/reportForm.vue @@ -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()