|
@@ -1515,7 +1515,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
goToStudyOrDia(l) {
|
|
|
- if (l.length > 0) {
|
|
|
+ //if (l.length > 0) {
|
|
|
// this.dialogVisibleSk = true;
|
|
|
this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
|
|
|
this.insertMemorandum("点击<span class='btn'>以班级授课</span>")
|
|
@@ -1544,19 +1544,20 @@ export default {
|
|
|
// }
|
|
|
// })
|
|
|
// this.addUserRate(0);
|
|
|
- }
|
|
|
+ //}
|
|
|
},
|
|
|
goToStudyRate(i) {
|
|
|
this.checkStage = i;
|
|
|
if (this.tType == 2) {
|
|
|
this.addUserRate(i);
|
|
|
} else {
|
|
|
- if (this.classList.length > 0) {
|
|
|
- // this.dialogVisibleSk = true;
|
|
|
- this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
|
|
|
- } else {
|
|
|
- this.addUserRate(i);
|
|
|
- }
|
|
|
+ this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
|
|
|
+ // if (this.classList.length > 0) {
|
|
|
+ // // this.dialogVisibleSk = true;
|
|
|
+ // this.$refs.selectTeachingClassDialogRef.open({classList:this.classList})
|
|
|
+ // } else {
|
|
|
+ // this.addUserRate(i);
|
|
|
+ // }
|
|
|
}
|
|
|
},
|
|
|
addUserRate(i) {
|