diff --git a/src/pages/personal/pages/my-questions/index.vue b/src/pages/personal/pages/my-questions/index.vue index 007bba784..d5c9cdd82 100644 --- a/src/pages/personal/pages/my-questions/index.vue +++ b/src/pages/personal/pages/my-questions/index.vue @@ -1666,7 +1666,7 @@ export default { this.tagsLoading = true this.$http.get('lawss/AskQuestions/getSubscriptionByStandId',{ standardId: this.activestand, - answerer: this.$store.getters.userInfo.userId, + answererId: this.$store.getters.userInfo.userId, },{ _this: this }, res => { diff --git a/src/pages/personal/pages/my-questions/index3.vue b/src/pages/personal/pages/my-questions/index3.vue index 432644d86..654186a87 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1710,7 +1710,7 @@ export default { this.tagsLoading = true this.$http.get('lawss/AskQuestions/getSubscriptionByStandId',{ standardId: this.activestand, - answerer: this.$store.getters.userInfo.userId, + answererId: this.$store.getters.userInfo.userId, },{ _this: this }, res => {