From 2fa44dad39946f3358c4f4da9311a9beb71d38b1 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 11 Apr 2023 15:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E7=AD=94=E4=B8=AD=E5=BF=83=20?= =?UTF-8?q?=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/personal/pages/my-questions/index2.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/personal/pages/my-questions/index2.vue b/src/pages/personal/pages/my-questions/index2.vue index bb86a2284..357e4f782 100644 --- a/src/pages/personal/pages/my-questions/index2.vue +++ b/src/pages/personal/pages/my-questions/index2.vue @@ -98,7 +98,8 @@ export default { }, val => { this.asdId = val this.$http.post('lawss/AskQuestions/selectQuestionReplyInfo',{ - id: val + id: val, + userId:this.$store.getters.userInfo.userId }, { _this: this