This commit is contained in:
xiongchengqiang 2020-12-15 16:00:09 +08:00
parent 9aed08d0cd
commit 3bb130eac1

View File

@ -282,11 +282,10 @@ export default {
}
},
async mounted () {
console.log('this.$route.query: ', this.$route.query)
// await this.handleGrt375()
// if (this.$route.params.detailId) {
// this.handleLookProcess(this.$route.query.detailId)
// }
await this.handleGrt375()
if (this.$route.params.detailId) {
this.handleLookProcess(this.$route.query.detailId)
}
},
methods: {
//