This commit is contained in:
zhoutianchi
2026-01-29 13:59:46 +08:00
parent 043c92efc9
commit bb5ae5375b
11 changed files with 629 additions and 12 deletions

View File

@@ -81,3 +81,12 @@ export const putObj = (obj: any) => {
});
};
export const print = (id: string | number) => {
return request({
url: `/professional/professionalteacherstationchange/print`,
method: 'get',
params: {
id: id
}
});
};