From 48aca5b1701a5c3e0be9c5cf032a95b0f01bf82f Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 11 May 2023 18:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E5=8E=BB?= =?UTF-8?q?=E6=8E=89debugger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/permissionApplication/launch.vue | 1 - src/views/reportProcess/components/reportForm.vue | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) 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()