学生资助、学生奖惩等内容提交

This commit is contained in:
2025-12-03 09:55:58 +08:00
parent a5c6980bdd
commit aa83bf8b94
26 changed files with 2288 additions and 1411 deletions

View File

@@ -202,3 +202,11 @@ export function updateSignature(data) {
data: data
})
}
export function updateSqly(data) {
return request({
url: '/comprehensive/zxj/apply/updateSqly',
method: 'post',
data: data
})
}