党史教育
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
|||||||
this.current = index;
|
this.current = index;
|
||||||
},
|
},
|
||||||
getClassDetail() {
|
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.code == 0) {
|
||||||
if (res.data) {
|
if (res.data) {
|
||||||
res.data.createDate = res.data.createDate.substring(0, 10)
|
res.data.createDate = res.data.createDate.substring(0, 10)
|
||||||
|
|||||||
Reference in New Issue
Block a user