Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-12-18 15:47:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0028eb7f0bec10bae11cb09558a69b8285b1989c
0028eb7f
1 parent
c9d709a8
refactor: 移除调试日志并优化级联筛选处理
清理myClassPage和checkinPage中关于级联筛选变化的调试日志 优化代码结构,移除不必要的注释
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
src/views/teacher/checkinPage.vue
src/views/teacher/myClassPage.vue
src/views/teacher/checkinPage.vue
View file @
0028eb7
<!--
* @Date: 2025-05-29 15:34:17
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-12-18 15:
08:53
* @LastEditTime: 2025-12-18 15:
42:36
* @FilePath: /mlaj/src/views/teacher/checkinPage.vue
* @Description: 文件描述
-->
...
...
@@ -279,8 +279,6 @@ const on_cascade_change = (payload) => {
} else if (type === 'minor_group') {
selected_minor_group_id.value = value
}
// 级联筛选变化
console.log('级联筛选变化: ', payload)
// 重新获取打卡日期
getCheckedDates(currentMonth.value);
// 重置分页参数并重新加载数据
...
...
src/views/teacher/myClassPage.vue
View file @
0028eb7
...
...
@@ -307,8 +307,6 @@ const on_cascade_change = (payload) => {
} else if (type === 'minor_group') {
selected_minor_group_id.value = value
}
// 级联筛选变化
console.log('级联筛选变化: ', payload)
// 重置分页参数并重新加载数据
resetAndReload();
}
...
...
Please
register
or
login
to post a comment