From 5b0d7cb46df3a8866722b59ad4f395d2deb0be4c Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Sat, 7 May 2022 14:11:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E6=B8=85?= =?UTF-8?q?=E5=8D=95=E7=9A=84=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/certificationDirectory.vue | 2 +- .../components/listOfRegulations.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/certificationDirectory.vue b/jero-web/src/views/projectManagement/components/certificationDirectory.vue index a93c768c6..92e8e9d17 100644 --- a/jero-web/src/views/projectManagement/components/certificationDirectory.vue +++ b/jero-web/src/views/projectManagement/components/certificationDirectory.vue @@ -40,12 +40,12 @@ /> -
+ diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 2a6426f7e..3e438f5ce 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -1075,16 +1075,16 @@ }) }, addProcess(val) { - let num = 2 - for (let i = 0; i < 3; i++) { - setTimeout(() => { + // let num = 2 + // for (let i = 0; i < 3; i++) { + // setTimeout(() => { this.startProcessDesign(val, num) - }, 500) - } + // }, 500) + // } }, startProcessDesign(value, num) { let query = { - type: num, + type: 2, msg: JSON.stringify(value).replace(/\"/g, '\'') } postAction('/workFlow/startProcess', query).then((res) => {