1金币
当报表有多页时候,导出很慢很慢
谷歌 下载相对较快,edge巨慢,差几倍
单独掉导出或者 import { Viewer } from "@grapecity/activereports-vue"; 的
viewer.export( 'xlsx', settings, function(e){
console.log(e, '--------')
}).then( function(result){
that.processingData(result, timers, settings)
});
两种导出都在下载进度那一步很慢
|
|