学工发布通知前端页面的修改,用于管理通知,对整个年级发送的通知修改和删除;给学生证提交流程添加完成制作功能的前端的修改
This commit is contained in:
@@ -54,3 +54,13 @@ export function delStuMultiLevelReview(id) {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 更新审核信息并同时更新学生证补办状态
|
||||
export function updateStuMultiLevelReviewWithStuIdReissue(data) {
|
||||
return request({
|
||||
url: '/routine/stuMultiLevelReview/updateWithStuIdReissue',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user