问答库增加当前登录人
This commit is contained in:
@@ -1680,7 +1680,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 => {
|
||||
|
||||
Reference in New Issue
Block a user