diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 24002989..0ec915fb 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4188,7 +4188,7 @@ export default defineComponent({ const getDictList = (param) => { let obj = { pageNo: 1, - pageSize: 20, + pageSize: 10000, setCode: param, }; api1 @@ -5104,18 +5104,6 @@ export default defineComponent({ }; // 预览弹框 开启和关闭 - // 内容分类 场景 -- 目前直接写死的 - const sceneist11 = [ - { dictCode: "6", dictValue: "场景一" }, - { dictCode: "7", dictValue: "场景二" }, - ]; - const contentList11 = [ - { dictCode: "8", dictValue: "分类一" }, - { dictCode: "5", dictValue: "分类二" }, - ]; - // const heroImg = ref(null); - // // const valueHtmlRef = ref(null); - // const attachMap = ref([]); const ft_exit_see = () => { state.lookCourseModal = false; }; @@ -5134,6 +5122,7 @@ export default defineComponent({ if (res.data.code === 200) return res.data.data; }); state.lookCourseModal = true; + item.attach = item.attach == "" ? [] : item.attach.split(","); state.faceDetailObj = item; // heroImg.value.src = item.picUrl; // valueHtmlRef.value = item.outline; @@ -5542,8 +5531,6 @@ export default defineComponent({ ftsr_exit, stm_exit, ft_exit_see, - contentList11, - sceneist11, createkk, handleCancelStu, handleSureStu, diff --git a/src/views/courselibrary/components/seeModal.vue b/src/views/courselibrary/components/seeModal.vue index a1db13aa..19619fe4 100644 --- a/src/views/courselibrary/components/seeModal.vue +++ b/src/views/courselibrary/components/seeModal.vue @@ -44,21 +44,10 @@
- + {{ filterTxt(detail.name) }}
-
@@ -70,11 +59,10 @@ 封面图:
img -
@@ -89,9 +77,7 @@
- + {{ filterTxt(detail.targetUser) }}
@@ -101,21 +87,10 @@
- + {{ filterTxt(detail.meaning) }}
-
@@ -127,15 +102,8 @@ 内容分类:
-
- + {{ filterClassTxt(detail.categoryId) }}
@@ -144,15 +112,8 @@ 场景:
-
- + {{ filterSenceTxt(detail.sceneId) }}
@@ -161,7 +122,7 @@ 内容标签:
- + {{ filterTxt(detail.tips) }}
@@ -178,7 +139,7 @@
- + {{ filterTxt(detail.teacher) }}
@@ -188,51 +149,14 @@
- + {{ filterTxt(detail.intro) }}
-
- - - -
@@ -253,13 +177,6 @@
- @@ -270,27 +187,11 @@
- - +
-
确定
@@ -301,7 +202,8 @@