|
@@ -189,11 +189,11 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|
|
|
- // this.pageType = this.$route.query.type
|
|
|
- // this.id = this.$route.query.id
|
|
|
- // this.pageInfo = this.$route.query.pageInfo
|
|
|
- // this.searchForm = this.$route.query.searchForm
|
|
|
- // this.__init()
|
|
|
+ this.pageType = this.$route.query.type
|
|
|
+ this.id = this.$route.query.id
|
|
|
+ this.pageInfo = this.$route.query.pageInfo
|
|
|
+ this.searchForm = this.$route.query.searchForm
|
|
|
+ this.__init()
|
|
|
},
|
|
|
activated () {
|
|
|
this.pageType = this.$route.query.type
|