diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 205dc7449..78c310e50 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -1105,7 +1105,7 @@ msg: JSON.stringify(value).replace(/\"/g, '\''), projectNameId: this.$route.query.projectNameId, projectName: this.$route.query.projectName, - projectLawsInventoryId:value.id + projectLawsInventoryId:value.id, taskAffirmDueDate: this.formInline.taskAffirmDueDate } postAction('/workFlow/startProcess', query).then((res) => {