fix:修改老师创建查看自己小组的权限; #161

Merged
yangws merged 1 commits from yangws into main 2024-08-30 09:33:03 +08:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 1871e7e565 - Show all commits

View File

@ -50,7 +50,7 @@ export function getClassmain(id) {
// 获取小组列表 // 获取小组列表
export function listClassgroup(query) { export function listClassgroup(query) {
return request({ return request({
url: '/education/classgroup/list', url: '/education/classgroup/new/list',
method: 'get', method: 'get',
params: query params: query
}) })