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 => {