|
@@ -612,7 +612,7 @@
|
|
|
</div>
|
|
|
<div slot="footer"
|
|
|
class="dialog-footer">
|
|
|
- <el-button @click="">取 消</el-button>
|
|
|
+ <el-button @click="arrangeVisible=false">取 消</el-button>
|
|
|
<el-button type="primary"
|
|
|
@click="arrangeFormSubmit">确 定</el-button>
|
|
|
</div>
|
|
@@ -1296,6 +1296,7 @@ export default {
|
|
|
this.$message.error('请选择相同类型的班级')
|
|
|
return false;
|
|
|
}
|
|
|
+ //
|
|
|
this.setType(this.chioseTab[0].type);
|
|
|
this.arrangeForm.courseType = this.courseTypeList[0].value;
|
|
|
this.arrangeVisible = true;
|
|
@@ -1304,6 +1305,7 @@ export default {
|
|
|
} else {
|
|
|
this.arrangeForm.teachMode = 'OFFLINE'
|
|
|
}
|
|
|
+ this.arrangeForm.classNum = this.chioseTab.length
|
|
|
},
|
|
|
selectionTable (val) {
|
|
|
this.chioseTab = val;
|