src/views/work/process/delayAudit/form.vue
@@ -29,6 +29,14 @@ option: option } }, watch:{ 'form.passTime':{ handler(newVal){ this.form.delayStartTime = newVal[0] this.form.delayEndTime = newVal[1] } } }, created() { this.processDefinitionId = this.$route.params.processDefinitionId; },