zdg #228

Merged
zhengdegang merged 3 commits from zdg into main 2024-09-19 16:37:47 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c5075af2fc - Show all commits

View File

@ -308,7 +308,7 @@ export default {
if(item.fileFlag === '课件') {
// ()
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()
}
if(item.fileFlag === 'apt') {