From ad602f2f613e80edb168561385a158be583615df Mon Sep 17 00:00:00 2001 From: daihh Date: Thu, 3 Nov 2022 17:02:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=9B=9E=E5=A4=8D=E5=9B=9E?= =?UTF-8?q?=E7=AD=94=E4=BA=8B=E4=BB=B6=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/qa/Answer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/portal/qa/Answer.vue b/src/views/portal/qa/Answer.vue index e76800af..5e361601 100644 --- a/src/views/portal/qa/Answer.vue +++ b/src/views/portal/qa/Answer.vue @@ -823,7 +823,7 @@ export default { title: '回复回答',// parameters:"",//作者 content: '回复回答',// - objId: replyData.commentId,//关联的id + objId: data.id,//关联的id objType: "5",//关联的类型 objInfo:'', aid: this.userInfo.aid, //当前登录人的id