|
@@ -21,9 +21,9 @@ function hasCommonElements(arr1, arr2) {
|
|
export default {
|
|
export default {
|
|
data(){
|
|
data(){
|
|
return {
|
|
return {
|
|
- pageType:this.$route.params.pageType,
|
|
|
|
- pageCode:this.$route.params.pageCode,
|
|
|
|
- pagePam:this.$route.params.pagePam
|
|
|
|
|
|
+ pageType:this?.$route?.params?.pageType,
|
|
|
|
+ pageCode:this?.$route?.params?.pageCode,
|
|
|
|
+ pagePam:this?.$route?.params?.pagePam
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|