This commit is contained in:
熊成强 2020-11-11 08:53:17 +08:00
parent b88ba78603
commit 61e7a7c5b2

View File

@ -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