已上课

This commit is contained in:
zdg 2024-09-19 16:37:07 +08:00
parent 7da60f0815
commit c5075af2fc
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ export default {
if(item.fileFlag === '课件') { if(item.fileFlag === '课件') {
// () // ()
const id = sessionStore.has('activeClass.id') ? sessionStore.get('activeClass.id') : null const id = sessionStore.has('activeClass.id') ? sessionStore.get('activeClass.id') : null
// if (id && id == item.id) return ElMessage.warning('') if (id && id == item.id) return ElMessage.warning('当前正在上课,请勿重复操作')
this.openReserv() this.openReserv()
} }
if(item.fileFlag === 'apt') { if(item.fileFlag === 'apt') {