Commit 86f15c65 authored by liwei's avatar liwei

修改了bug

parent d36d54b5
......@@ -1299,7 +1299,7 @@
</el-table-column>
<el-table-column v-if="form.lessonType.includes('1') || form.lessonType.length === 0" align="center" label="技能端-前沿讲堂" prop="courseType" min-width="200px" :show-overflow-tooltip="true">
<template slot-scope="scope">
<span>{{ getCourseTypeName( scope.row.courseType) }}</span>
<span>{{ getCourseTypeName( scope.row.courseTypeC) }}</span>
</template>
</el-table-column>
<el-table-column v-if="form.lessonType.includes('1') || form.lessonType.length === 0" align="center" label="技术分类" prop="tecClassifySchool" min-width="200px" :show-overflow-tooltip="true">
......@@ -2154,7 +2154,8 @@ export default {
intelligentClassroom: this.form.intelligentClassroom,
jobClassify: this.form.jobClassify,
enterpriseCourseDimensions: this.form.courseDimensions,
tecClassifySchool: this.form.tecClassifySchool
tecClassifySchool: this.form.tecClassifySchool,
courseTypeC: this.form.courseTypeC
}
queryBLessonWithTrial(query).then(res => {
this.lessonList = res.records
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment