党史教育

This commit is contained in:
liuye
2022-06-30 19:31:24 +08:00
parent cccaae51c2
commit 26da160d1d

View File

@@ -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)