|
@@ -262,6 +262,12 @@
|
|
|
}
|
|
|
}
|
|
|
obj.sysUserVoList = obj.setStudent?this.dialogTableList:[]
|
|
|
+ if(obj.setStudent){
|
|
|
+ if(!obj.sysUserVoList[0]){
|
|
|
+ this.msgError('并未勾选任何学生')
|
|
|
+ return
|
|
|
+ }
|
|
|
+ }
|
|
|
checkSetAdd(obj).then(response => {
|
|
|
this.msgSuccess(response.msg);
|
|
|
this.$parent.configButton(3)
|