新增导出
This commit is contained in:
@@ -51,6 +51,15 @@ const AuthAPI = {
|
||||
method: "delete",
|
||||
});
|
||||
},
|
||||
// 导出常用单位
|
||||
exportUnits(params: any) {
|
||||
return request<any, Responseres>({
|
||||
url: `${baseURL}/export`,
|
||||
method: "get",
|
||||
params,
|
||||
responseType: 'blob'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user