From a1a3c0ac9fa5368f69778072a575f3bfa71efe21 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Tue, 27 Aug 2024 10:40:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=AE=9E=E6=96=BD=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/steps/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/steps/index.vue b/src/components/steps/index.vue index c85c4fe..380115d 100644 --- a/src/components/steps/index.vue +++ b/src/components/steps/index.vue @@ -558,11 +558,11 @@ const getBaseInfo = async () => { data.procedure.push('40') } } - // else if (route.query.step === '40') { - // if (data.procedure.indexOf('40') == -1) { - // data.procedure.push('40') - // } - // } + else if (route.query.step === '10'||route.query.step === '20') { + if (data.procedure.indexOf('40') != -1||data.procedure.indexOf('50') != -1) { + data.procedure.push('30') + } + } else if (route.query.step === '50') { if (data.procedure.indexOf('30') == -1) { data.procedure.push('30')