暂时取消APT的上课判断

This commit is contained in:
朱浩 2024-10-11 17:31:12 +08:00
parent 0bb03dad5e
commit 81cd69beb9
1 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,10 @@ const deleteReserv = () => {
})
}
const startClassR = (item) => {
ElMessage({
message: '功能开发中',
type: 'warning'
})
// startClass(item.id).then((res) => {
// if (res.data === true) {
// item.status = ''
@ -65,6 +69,10 @@ const startClassR = (item) => {
openLesson()
}
const endClassR = (item) => {
ElMessage({
message: '功能开发中',
type: 'warning'
})
/*endClass(item.id).then((res) => {
if (res.data === true) {
ElMessage({