鉴定评语功能修改

This commit is contained in:
s1431_z_w
2025-08-21 18:13:03 +08:00
parent 6bac627c5d
commit 0fca5bd2ec
4 changed files with 74 additions and 13 deletions

View File

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