Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -42,3 +42,11 @@ export function delIdentifytexs(id) {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
// 班级信息列表
|
||||
export function deptDataList() {
|
||||
return request({
|
||||
url: '/comprehensive/identifytexs/deptdata',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user