From 58d2b6dea494758ced707ef82521d547f120932d Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 6 Apr 2023 05:48:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=A0=87=E5=87=86-=E6=A0=87?= =?UTF-8?q?=E5=87=86=E9=97=AE=E7=AD=94=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 },