|
@@ -40,7 +40,6 @@
|
|
|
filterable
|
|
|
clearable
|
|
|
>
|
|
|
- <el-option label="不修改" :value="''"></el-option>
|
|
|
<el-option
|
|
|
v-for="(item, index) in schoolList"
|
|
|
:key="index"
|
|
@@ -138,6 +137,10 @@ export default {
|
|
|
this.$message.error('请选择开始时间')
|
|
|
return
|
|
|
}
|
|
|
+ if(this.timeForm.teachMode == 'OFFLINE'&&this.groupType == 'VIP'&&!this.timeForm.address){
|
|
|
+ this.$message.error('请选择教学点')
|
|
|
+ return
|
|
|
+ }
|
|
|
let obj = {
|
|
|
courseScheduleIds: this.idList,
|
|
|
changeMainTeacher: false,
|