diff --git a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue index 47dea8b05..0bfd63585 100644 --- a/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue +++ b/src/pages/processCenter/pages/creatProcess/policyConsultation/index.vue @@ -508,9 +508,11 @@ this.$refs['zczqyjForm'].validate((valid) => { if (valid) { if (this.showPersonnel) { - this.$refs.personnelInformationRef.submit(() => { + this.$refs.personnelInformationRef.submit((row) => { this.isSubmit = true this.saveLoading = true; + this.roleForm = row + this.startProcessRollBack() }) } } else {