|
|
@@ -220,14 +220,14 @@ const handleGradeSelect = command => {
|
|
|
// 获取课程大纲
|
|
|
fetchClassOutline(selectedItem.id).then(() => {
|
|
|
// 检查是否当前显示的是实操课但没有实操课数据
|
|
|
- if (showPracticalCourse.value && ClassOutlineScData.value.length === 0) {
|
|
|
- // 切换回通识课
|
|
|
- showPracticalCourse.value = false
|
|
|
- // 显示提示
|
|
|
- Message().notifyWarning('目前暂未开放此课程', true)
|
|
|
- // 更新localStorage中的状态
|
|
|
- localStorage.setItem('showPracticalCourse', 'false')
|
|
|
- }
|
|
|
+ // if (showPracticalCourse.value && ClassOutlineScData.value.length === 0) {
|
|
|
+ // // 切换回通识课
|
|
|
+ // showPracticalCourse.value = false
|
|
|
+ // // 显示提示
|
|
|
+ // Message().notifyWarning('目前暂未开放此课程', true)
|
|
|
+ // // 更新localStorage中的状态
|
|
|
+ // localStorage.setItem('showPracticalCourse', 'false')
|
|
|
+ // }
|
|
|
})
|
|
|
}
|
|
|
}
|