[作业概况] - 增加点击调用

This commit is contained in:
“zouyf” 2024-09-26 16:25:09 +08:00
parent 8a0b73d07b
commit def2bd32da
1 changed files with 4 additions and 0 deletions

View File

@ -539,6 +539,10 @@ const workHandle = (type) => {
classWorkAnalysis.view = type
const isClose = type != 'quizStats' && !! classWorkActiveData.timerId
const isOpen = type == 'quizStats' && !classWorkActiveData.timerId
//
if(type == 'quizStats') {
getWorkFeedList();
}
if (isClose) clearInterval(classWorkActiveData.timerId) //
if (isOpen) {
//