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 }, // 点击查看