feat: 交班管理增加交班数据导出功能
This commit is contained in:
@@ -48,6 +48,14 @@ const AuthAPI = {
|
||||
method: "delete",
|
||||
});
|
||||
},
|
||||
//导出
|
||||
export(id: string | number) {
|
||||
return request<any>({
|
||||
url: `${baseURL}/export/${id}`,
|
||||
method: "get",
|
||||
responseType: "blob",
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
export interface Responseres {
|
||||
|
||||
Reference in New Issue
Block a user