修改傳參

This commit is contained in:
DESKTOP-QUCJHN7\牛皮糖
2023-04-10 19:27:37 +08:00
parent 19c9ba17db
commit da3abfa969
2 changed files with 2 additions and 2 deletions
@@ -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 => {
@@ -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 => {