diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 631f72f6..fcd2d774 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -143,7 +143,6 @@ placeholder="请输入课程名称" v-model:value="xzinputV1" v-model:validate="validate" - :maxlength="20" show-count :type="2" @@ -226,7 +225,7 @@
-
+
{{ currentPlanItem.teacher }}
- + @@ -3732,7 +3734,7 @@ export default defineComponent({ codevisible: false, //二维码弹窗 codeInfo: null, //二维码内容 codeUrl: codeUrl, - + // 课程三级分类 options2222: [ { @@ -4658,7 +4660,6 @@ export default defineComponent({ } console.log("state.validate", state.validate); - if (!state.validate) { message.destroy();