From 5791014190b468f14f0a50c1b66b7ea9d34c36da Mon Sep 17 00:00:00 2001 From: hanshaozhuang Date: Thu, 21 Jul 2022 17:20:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2056722=20=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=8E=86=E5=8F=B2=E7=9B=B8=E4=BC=BC=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E8=B7=B3=E8=BD=AC=E5=88=B0=E5=AF=B9=E5=BA=94?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/questionDetail.vue | 2 +- .../regulatoryRepository/standQA/index.vue | 22 ++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/src/pages/personal/pages/my-questions/components/questionDetail.vue b/src/pages/personal/pages/my-questions/components/questionDetail.vue index 973f33b00..f284d082f 100644 --- a/src/pages/personal/pages/my-questions/components/questionDetail.vue +++ b/src/pages/personal/pages/my-questions/components/questionDetail.vue @@ -40,7 +40,7 @@ export default { }, methods:{ back() { - this.$router.push({path: "/questions"}); + this.$router.go(-1) }, getDetail(){ this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{ diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index af377a32e..ea47b938a 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -720,15 +720,21 @@ export default { //点击跳转问题详情 historyJump(item){ this.$router.push({ - path: '/standQA', - query:{ - standId: item.standardId, - queId: item.id, - sourceType: 'dialog', - standType: item.classification, - standName: item.standardName, + path: "/questionDetail", + query: { + id: item.id } - }) + }); + // this.$router.push({ + // path: '/standQA', + // query:{ + // standId: item.standardId, + // queId: item.id, + // sourceType: 'dialog', + // standType: item.classification, + // standName: item.standardName, + // } + // }) this.dialogVisible = false }, // 点击查看