@@ -92,6 +92,7 @@ | |||
show3(index1, index2, title) { | |||
this.close() | |||
console.log(this.pagePath[index1][index2][title]) | |||
this.$router.replace(this.pagePath[index1][index2][title]) | |||
} | |||
} | |||
} |
@@ -70,6 +70,7 @@ | |||
} else { | |||
this.selectList[this.step - 1] = this.list3[this.selectList[0]][index] | |||
var path = this.pagePath[this.selectList[0]][this.selectList[1]][this.selectList[2]]; | |||
this.$router.replace(path) | |||
} | |||
} | |||
} |