优化
This commit is contained in:
parent
b41c3b33b1
commit
9aed08d0cd
@ -282,10 +282,11 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
async mounted () {
|
async mounted () {
|
||||||
await this.handleGrt375()
|
console.log('this.$route.query: ', this.$route.query)
|
||||||
if (this.$route.query.detailId) {
|
// await this.handleGrt375()
|
||||||
this.handleLookProcess(this.$route.query.detailId)
|
// if (this.$route.params.detailId) {
|
||||||
}
|
// this.handleLookProcess(this.$route.query.detailId)
|
||||||
|
// }
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
// 获取指标任务详情
|
// 获取指标任务详情
|
||||||
|
|||||||
@ -69,7 +69,8 @@ export default {
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$router.replace({
|
this.$router.replace({
|
||||||
name: item[0].name,
|
name: item[0].name,
|
||||||
query: this.$route.query
|
query: this.$route.query,
|
||||||
|
params: this.$route.query
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user