From 51522ade7e13eb7b0c19e90b8d87071ed449317f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com>
Date: Wed, 13 Apr 2022 14:58:27 +0800
Subject: [PATCH] =?UTF-8?q?52570=20=E3=80=90=E6=89=8B=E6=9C=BA=E7=AB=AF?=
=?UTF-8?q?=E3=80=91=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9=E6=95=B4=E6=94=B9?=
=?UTF-8?q?=E6=B5=81=E7=A8=8B=20=E7=AC=AC=E4=BA=8C=E6=AD=A5=E7=BC=BA?=
=?UTF-8?q?=E4=B8=AA=E9=80=80=E5=9B=9E=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pages/phone/wfhxzg/step2.vue | 46 +++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/src/pages/processCenter/pages/phone/wfhxzg/step2.vue b/src/pages/processCenter/pages/phone/wfhxzg/step2.vue
index a7ab8056f..63d7f3513 100644
--- a/src/pages/processCenter/pages/phone/wfhxzg/step2.vue
+++ b/src/pages/processCenter/pages/phone/wfhxzg/step2.vue
@@ -89,6 +89,7 @@
{
+ if(res.success === true) {
+ this.$message.success('提交成功')
+ this.$router.push("/processCenter");
+ }
+ this.isSubmit = false
+ }).catch(e => {
+ this.isSubmit = false
+ })
+ }
+
+ },
// 提交按钮
handleSubmit() {
this.isSubmit = true