|
@@ -10201,6 +10201,10 @@ export default {
|
|
|
}
|
|
|
this.plworkFile = [];
|
|
|
this.uploadCid = this.tcid ? this.tcid : this.courseDetail.juri
|
|
|
+ if(!this.uploadCid){
|
|
|
+ this.$message.error("提示:批量上传未添加班级权限,请添加班级或从班级入口进入。");
|
|
|
+ return;
|
|
|
+ }
|
|
|
this.selectUploadStudent();
|
|
|
this.dialogVisiblePl = true;
|
|
|
} else if (t == 8) {
|
|
@@ -10780,6 +10784,10 @@ export default {
|
|
|
this.worksSName = n;
|
|
|
this.toolindex = i
|
|
|
this.uploadCid = this.tcid ? this.tcid : this.courseDetail.juri
|
|
|
+ if(!this.uploadCid){
|
|
|
+ this.$message.error("提示:批量上传未添加班级权限,请添加班级或从班级入口进入。");
|
|
|
+ return;
|
|
|
+ }
|
|
|
this.selectUploadStudent()
|
|
|
this.dialogVisibleSname = true;
|
|
|
},
|