Browse Source

1

xiaowang-featrue
mk 10 months ago
parent
commit
b094fb0735
  1. 2
      src/views/modules/shequzhili/event/cpts/process-form.vue

2
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) {

Loading…
Cancel
Save