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