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)