|
@@ -177,8 +177,11 @@ export default {
|
|
|
...mapGetters(['plazaId', 'smsxt', 'categoryId']),
|
|
|
},
|
|
|
created() {
|
|
|
- console.log(this.$route.params.type)
|
|
|
this.system_code = this.smsxt
|
|
|
+ // 从全局搜索跳转到该页面
|
|
|
+ if (this.$route.params.type === 'all') {
|
|
|
+ this.system_code = '全部'
|
|
|
+ }
|
|
|
this.onLoad()
|
|
|
},
|
|
|
beforeMount() {},
|