diff --git a/src/views/modules/shequzhili/event/cpts/process-form.vue b/src/views/modules/shequzhili/event/cpts/process-form.vue index 47caef8d6..33acbc0e5 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form.vue @@ -181,7 +181,7 @@ export default { this.replayInfo = this.$refs.ref_process_form_complete.formData this.okflag = true } - } else if (this.pageType === 'assign') { + } else if (this.pageType === 'assign'||this.pageType === 'resetAssign') { this.$refs.ref_process_form_assign.getReplayInfo() this.replayInfo = this.$refs.ref_process_form_assign.formData if (this.$refs.ref_process_form_assign.okflag) {