@@ -22,7 +22,7 @@ function exportSheetExcel(luckysheet, reportChartList, name = "file") { // 参
// saveFile(buf, name);
uploadExcel(buf, uploadpath+"?randomId="+ getURLParameter('randomId') )
})
- },500);
+ },1500);
}
@@ -11,6 +11,7 @@ console.info("path=" + path);
const getSheetApi = () => {
$.ajax({
url: path + '/reportTable/getPrintReportById/' + getURLParameter('id'),
+ type: 'GET',
// data: {
// id: getURLParameter('id')
// },