diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue
index a65895680..c6a92c7c6 100644
--- a/src/pages/personal/pages/my-questions/index.vue
+++ b/src/pages/personal/pages/my-questions/index.vue
@@ -396,7 +396,7 @@
正在加载数据
@@ -457,7 +457,7 @@
正在加载数据
@@ -520,7 +520,7 @@
正在加载数据
diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue
index 07223e41f..713c7c75c 100644
--- a/src/pages/regulatoryRepository/standQA/index.vue
+++ b/src/pages/regulatoryRepository/standQA/index.vue
@@ -1033,7 +1033,8 @@ export default {
questionClick(){
sessionStorage.setItem('queId', this.activeQue)
this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{
- id: this.activeQue
+ id: this.activeQue,
+ state: 'yes'
},{
_this: this
}, res => {