增加信息
This commit is contained in:
@@ -19,6 +19,7 @@ export function exportLink(searchParams, api) {
|
||||
};
|
||||
|
||||
export function exportData(_res,name) {
|
||||
console.log(_res);
|
||||
// 获取文件的二进制数据
|
||||
const blob = new Blob([_res], { type: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' });
|
||||
// 创建下载链接
|
||||
|
||||
Reference in New Issue
Block a user