diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 9199fde5d..c4b1f34dc 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -828,9 +828,11 @@ }) }, startProcess(value) { + let handlingTime = moment(new Date()).format('YYYY-MM-DD HH:mm:ss') let query = { type: 1, msg: value, + handlingTime:handlingTime, projectNameId:this.$route.query.projectNameId, projectName:this.$route.query.projectName, taskAffirmDueDate: this.formInline.taskAffirmDueDate,