|
@@ -402,8 +402,8 @@ export default {
|
|
"endClassTimeStr": scheduleList[i].endTime
|
|
"endClassTimeStr": scheduleList[i].endTime
|
|
}
|
|
}
|
|
this.timeTable.push(tempArr)
|
|
this.timeTable.push(tempArr)
|
|
|
|
+ totalCount--
|
|
}
|
|
}
|
|
- totalCount--
|
|
|
|
if(totalCount <= 0) {
|
|
if(totalCount <= 0) {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -594,7 +594,7 @@ export default {
|
|
createCourseGroup(params).then(res => {
|
|
createCourseGroup(params).then(res => {
|
|
let result =res.data
|
|
let result =res.data
|
|
if(result.code == 200) {
|
|
if(result.code == 200) {
|
|
- this.$toast('申请成功')
|
|
|
|
|
|
+ this.$toast('创建成功')
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.onSubmitStatus = true
|
|
this.onSubmitStatus = true
|
|
if(browser().iPhone) {
|
|
if(browser().iPhone) {
|