From 2a2a80f5c9c0cec0762939c4405a888a09d5c181 Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Mon, 7 Mar 2022 17:15:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E5=BF=85=E5=A1=AB=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mods/AppServiceOnlineNew/form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mods/AppServiceOnlineNew/form.vue b/src/mods/AppServiceOnlineNew/form.vue index 5b44d61..40cc3e1 100644 --- a/src/mods/AppServiceOnlineNew/form.vue +++ b/src/mods/AppServiceOnlineNew/form.vue @@ -363,6 +363,7 @@ export default { }) }) }) + this.currIndex = !this.info.processAnnexDefs.length ? 3 : 2 this.pageShow = true } })