|
@@ -278,14 +278,11 @@
|
|
|
</Form>
|
|
|
</Modal>
|
|
|
<!-- 添加授课教师 -->
|
|
|
- <Modal v-model="addTeaStatus" title="添加教师" class-name="dark-iview-modal dark-iview-select" @on-ok="confirmAddTea">
|
|
|
- <!-- <div style="margin-bottom:20px;">
|
|
|
- <Tag closable v-for="(item,index) in courseListShow[curCusIndex].teachers" :key="index">{{item.name}}</Tag>
|
|
|
- </div> -->
|
|
|
+ <!-- <Modal v-model="addTeaStatus" title="添加教师" class-name="dark-iview-modal dark-iview-select" @on-ok="confirmAddTea">
|
|
|
<Select ref="addTea" label-in-value multiple clearable :placeholder="$t('cusMgt.teacherHolder')" :max-tag-count="3" filterable @on-change="seltChange">
|
|
|
<Option v-for="(item,index) in $store.state.teachers.teacherList" :value="item.id" :key="index">{{ item.name }}</Option>
|
|
|
</Select>
|
|
|
- </Modal>
|
|
|
+ </Modal> -->
|
|
|
<!-- 创建名单 -->
|
|
|
<Modal v-model="addStuStatus" :title="$t('cusMgt.addStu')" width="1200" @on-ok="confirmAddStu" class-name="dark-iview-modal">
|
|
|
<StudentList @getSelectInfo="(selction)=>{selections = selction}"></StudentList>
|
|
@@ -861,7 +858,7 @@ export default {
|
|
|
},
|
|
|
//获取课程完整信息
|
|
|
getCusInfo() {
|
|
|
- if (!this.courseListShow[this.curCusIndex]) {
|
|
|
+ if (this.courseListShow[this.curCusIndex]) {
|
|
|
let requestData = {
|
|
|
'code': this.$store.state.userInfo.schoolCode,
|
|
|
'scope': 'school',
|