diff --git a/src/views/courselibrary/courseModal.vue b/src/views/courselibrary/courseModal.vue index 008e3a49..0eef62b9 100644 --- a/src/views/courselibrary/courseModal.vue +++ b/src/views/courselibrary/courseModal.vue @@ -769,8 +769,8 @@ export default defineComponent({ categoryId: state.fen_lei, sceneContent: state.chang_jin, tips: state.tags_val ? state.tags_val.join(",") : null, - teacherId: state.member.value, - teacher: state.member.name, + // teacherId: state.member.value, + // teacher: state.member.name, intro: state.qdms_inputV6, attach: state.attach, outline: valueHtml.value, @@ -781,7 +781,7 @@ export default defineComponent({ postData.name, postData.targetUser, postData.categoryId, - postData.teacherId, + // postData.teacherId, postData.picUrl, postData.intro, ];