zhuhao_dev #324

Merged
zhuhao merged 9 commits from zhuhao_dev into main 2024-10-16 14:32:52 +08:00
1 changed files with 8 additions and 0 deletions
Showing only changes of commit 81cd69beb9 - Show all commits

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({