|
|
|
|
@ -365,10 +365,10 @@
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
updateAllStatus(status) {
|
|
|
|
|
if (this.base.isNull(this.subjectObj.date)) {
|
|
|
|
|
this.$message.warning("请先设置该课程的开课日期后再进行审核")
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
// if (this.base.isNull(this.subjectObj.date)) {
|
|
|
|
|
// this.$message.warning("请先设置该课程的开课日期后再进行审核")
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
if (this.selectids.length < 1) {
|
|
|
|
|
this.$message.warning("请先选择要审核的学员")
|
|
|
|
|
return
|
|
|
|
|
@ -384,10 +384,10 @@
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
showDetail(type, row) {
|
|
|
|
|
if (this.base.isNull(this.subjectObj.date)) {
|
|
|
|
|
this.$message.warning("请先设置该课程的开课日期后再进行审核")
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
// if (this.base.isNull(this.subjectObj.date)) {
|
|
|
|
|
// this.$message.warning("请先设置该课程的开课日期后再进行审核")
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
this.$refs.studentDetail.subjectObj = this.subjectObj
|
|
|
|
|
this.$refs.studentDetail.id = row.id
|
|
|
|
|
this.$refs.studentDetail.row = row
|
|
|
|
|
|