问答库增加当前登录人

This commit is contained in:
zyn
2023-04-10 15:02:17 +08:00
parent b3bc15ebc5
commit efc7ae7011
@@ -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 => {