From c56159fc165bb54ad6b8822840f2e35252605414 Mon Sep 17 00:00:00 2001 From: yuezhihang Date: Mon, 20 Jun 2022 16:55:24 +0800 Subject: [PATCH] bug 55882 --- src/pages/regulatoryRepository/standQA/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index 07223e41f..166deac2e 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -1083,8 +1083,9 @@ export default { }, //问题查询 queSearch(){ - this.$http.get('lawss/AskQuestions/getAskQuestionsByStandardId',{ + this.$http.get('lawss/AskQuestions/getAskQuestionsNew',{ standardId: this.activestand, + classification: this.activeName, },{ _this: this }, res => {