baigl #305

Merged
baigl merged 12 commits from baigl into main 2024-10-10 15:53:19 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4b3c511af1 - Show all commits

View File

@ -395,7 +395,7 @@ const onClickItem = (item) => {
sessionStore.set('teachClassWorkItem', item); // item
//
createWindow('open-taskwin',{url:'/teachClassTask'})
}, 1000)
}, 1000*2)
}

View File

@ -80,7 +80,7 @@ const onClickItem = (item) => {
sessionStore.set('teachClassWorkItem', item); // item
//
createWindow('open-taskwin',{url:'/teachClassTask'})
}, 1000)
}, 1000*2)
}
const tagType = (time) => {