优化
This commit is contained in:
parent
b88ba78603
commit
61e7a7c5b2
@ -408,7 +408,7 @@ export default {
|
|||||||
}))
|
}))
|
||||||
if (res.code !== 200) return
|
if (res.code !== 200) return
|
||||||
this.titleList = res.data
|
this.titleList = res.data
|
||||||
if (this.$route.query.step) {
|
if (String(this.$route.query.step)) {
|
||||||
this.titleList = this.titleList.map(i => {
|
this.titleList = this.titleList.map(i => {
|
||||||
if (String(i.flowProcess) === String(this.$route.query.step)) {
|
if (String(i.flowProcess) === String(this.$route.query.step)) {
|
||||||
i.active = true
|
i.active = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user