暂时取消APT的上课判断
This commit is contained in:
parent
0bb03dad5e
commit
81cd69beb9
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue