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 () { async mounted () {
console.log('this.$route.query: ', this.$route.query) await this.handleGrt375()
// await this.handleGrt375() if (this.$route.params.detailId) {
// if (this.$route.params.detailId) { this.handleLookProcess(this.$route.query.detailId)
// this.handleLookProcess(this.$route.query.detailId) }
// }
}, },
methods: { methods: {
// //