From 26da160d1d1a2cd7ae2eebe69c51f311ef2b69af Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 30 Jun 2022 19:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=8F=B2=E6=95=99=E8=82=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppPartyHistoryEducation/videoDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppPartyHistoryEducation/videoDetail.vue b/src/apps/AppPartyHistoryEducation/videoDetail.vue index 207ba3ed..485c82ab 100644 --- a/src/apps/AppPartyHistoryEducation/videoDetail.vue +++ b/src/apps/AppPartyHistoryEducation/videoDetail.vue @@ -59,7 +59,7 @@ export default { this.current = index; }, getClassDetail() { - this.$http.post(`/app/apppartyclassroom/queryDetailById?id=${this.id}`).then((res) => { + this.$http.post(`/app/apppartyclassroom/queryDetailById?id=${this.id}&partyId=${this.user.partyId}`).then((res) => { if (res.code == 0) { if (res.data) { res.data.createDate = res.data.createDate.substring(0, 10)