暂时取消APT的上课判断
This commit is contained in:
parent
0bb03dad5e
commit
81cd69beb9
|
@ -55,6 +55,10 @@ const deleteReserv = () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
const startClassR = (item) => {
|
const startClassR = (item) => {
|
||||||
|
ElMessage({
|
||||||
|
message: '功能开发中',
|
||||||
|
type: 'warning'
|
||||||
|
})
|
||||||
// startClass(item.id).then((res) => {
|
// startClass(item.id).then((res) => {
|
||||||
// if (res.data === true) {
|
// if (res.data === true) {
|
||||||
// item.status = '上课中'
|
// item.status = '上课中'
|
||||||
|
@ -65,6 +69,10 @@ const startClassR = (item) => {
|
||||||
openLesson()
|
openLesson()
|
||||||
}
|
}
|
||||||
const endClassR = (item) => {
|
const endClassR = (item) => {
|
||||||
|
ElMessage({
|
||||||
|
message: '功能开发中',
|
||||||
|
type: 'warning'
|
||||||
|
})
|
||||||
/*endClass(item.id).then((res) => {
|
/*endClass(item.id).then((res) => {
|
||||||
if (res.data === true) {
|
if (res.data === true) {
|
||||||
ElMessage({
|
ElMessage({
|
||||||
|
|
Loading…
Reference in New Issue