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 @@ /> -
{{$t('cancel')}} {{$t('submit')}}
+ 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) => {