From 303d13fa2a3a67569fe739f0b9c52281bc61d392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Wed, 18 Oct 2023 14:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=94=BF=E7=AD=96=E5=BE=81?= =?UTF-8?q?=E6=B1=82=E6=84=8F=E8=A7=81=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/policyConsultation/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {