|
@@ -160,6 +160,7 @@
|
|
|
:studentList="studentList"
|
|
|
:soundList="soundList"
|
|
|
:activeType="activeType"
|
|
|
+ @submited="studentSubmited"
|
|
|
@close="studentVisible = false"
|
|
|
/>
|
|
|
</el-dialog>
|
|
@@ -306,6 +307,7 @@
|
|
|
:courseTypeList="courseTypeList"
|
|
|
:cooperationList="cooperationList"
|
|
|
:detail="infoDetail"
|
|
|
+ :studentSubmitedData="studentSubmitedData"
|
|
|
@close="infoVisible = false"
|
|
|
/>
|
|
|
</el-dialog>
|
|
@@ -773,6 +775,7 @@ export default {
|
|
|
topForm: {
|
|
|
classType: ""
|
|
|
},
|
|
|
+ studentSubmitedData: null,
|
|
|
infoDetail: null,
|
|
|
classTimeList,
|
|
|
tableList: [],
|
|
@@ -953,6 +956,10 @@ export default {
|
|
|
// 获取分部所有老师
|
|
|
// 助教是从员工表里选
|
|
|
},
|
|
|
+ studentSubmited(data) {
|
|
|
+ this.studentSubmitedData = data
|
|
|
+ this.infoVisible = true
|
|
|
+ },
|
|
|
recourse (row) {
|
|
|
(this.weekList = [
|
|
|
{
|