diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 8556ce49f..049871ad2 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -2993,7 +2993,8 @@ export default { name: 'MyQuestions3', query: { activeName: "myQue", - classification: data.classification, + type: this.$route.params.pageType, + // classification: data.classification, id: this.$route.params.id, dialogVisible: false },