diff --git a/src/pages/personal/pages/my-questions/components/questionDetail.vue b/src/pages/personal/pages/my-questions/components/questionDetail.vue index f284d082f..72d306346 100644 --- a/src/pages/personal/pages/my-questions/components/questionDetail.vue +++ b/src/pages/personal/pages/my-questions/components/questionDetail.vue @@ -44,7 +44,8 @@ export default { }, getDetail(){ this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{ - id: this.attId + id: this.attId, + userId: 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 654186a87..c675a94cc 100644 --- a/src/pages/personal/pages/my-questions/index3.vue +++ b/src/pages/personal/pages/my-questions/index3.vue @@ -1724,7 +1724,8 @@ export default { this.dataLoading = true sessionStorage.setItem('queId', this.activeQue) this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{ - id: this.activeQue + id: this.activeQue, + userId: this.$store.getters.userInfo.userId },{ _this: this }, res => { diff --git a/src/pages/regulatoryRepository/standQA/index.vue b/src/pages/regulatoryRepository/standQA/index.vue index b79eeb03c..8f02d804b 100644 --- a/src/pages/regulatoryRepository/standQA/index.vue +++ b/src/pages/regulatoryRepository/standQA/index.vue @@ -691,7 +691,8 @@ export default { console.log('row = ', row) this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{ id: row.id, - state: 'yes' + state: 'yes', + userId: this.$store.getters.userInfo.userId },{ _this: this }, res => { diff --git a/src/pages/regulatoryRepository/standQA/index2.vue b/src/pages/regulatoryRepository/standQA/index2.vue index c915af9d2..4cb43e9bc 100644 --- a/src/pages/regulatoryRepository/standQA/index2.vue +++ b/src/pages/regulatoryRepository/standQA/index2.vue @@ -1037,7 +1037,8 @@ export default { sessionStorage.setItem('queId', this.activeQue) this.$http.get('lawss/AskQuestions/getAskQuestionsByakId',{ id: this.activeQue, - state: 'yes' + state: 'yes', + userId: this.$store.getters.userInfo.userId },{ _this: this }, res => {