Merge remote-tracking branch 'origin/main'

This commit is contained in:
MDSMO
2025-08-26 10:28:10 +08:00
7 changed files with 87 additions and 40 deletions

View File

@@ -42,3 +42,11 @@ export function delIdentifytexs(id) {
method: 'post'
})
}
// 班级信息列表
export function deptDataList() {
return request({
url: '/comprehensive/identifytexs/deptdata',
method: 'get'
})
}