From 61e7a7c5b248f8da83471aa4b84a4901152ccb07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E6=88=90=E5=BC=BA?= Date: Wed, 11 Nov 2020 08:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/assessment/stepList/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kpi/assessment/stepList/index.vue b/src/views/kpi/assessment/stepList/index.vue index 3b6c89d..ac95568 100644 --- a/src/views/kpi/assessment/stepList/index.vue +++ b/src/views/kpi/assessment/stepList/index.vue @@ -408,7 +408,7 @@ export default { })) if (res.code !== 200) return this.titleList = res.data - if (this.$route.query.step) { + if (String(this.$route.query.step)) { this.titleList = this.titleList.map(i => { if (String(i.flowProcess) === String(this.$route.query.step)) { i.active = true