学生信息详情保存

This commit is contained in:
yaojian
2026-03-12 17:15:29 +08:00
parent c54a8d05bb
commit bf1c61dae1
3 changed files with 1101 additions and 183 deletions

View File

@@ -109,6 +109,17 @@ export const putObj = (obj: any) => {
data: obj,
});
};
/**
* 更新
* @param obj
*/
export const editObj = (obj: any) => {
return request({
url: '/basic/basicstudentinfo/edit',
method: 'post',
data: obj,
});
};
/**
* 编辑学生毕业登记