lhy 1 year ago
parent
commit
550349f33b

+ 1 - 1
PrintServer/src/main/resources/static/cy-sheet-ss/excel.js

@@ -22,7 +22,7 @@ function exportSheetExcel(luckysheet, reportChartList, name = "file") { // 参
 			// saveFile(buf, name);
 			uploadExcel(buf, uploadpath+"?randomId="+ getURLParameter('randomId') )
 		})
-	},500);
+	},1500);
 
 }
 

+ 1 - 0
PrintServer/src/main/resources/static/cy-sheet-ss/index.js

@@ -11,6 +11,7 @@ console.info("path=" + path);
 const getSheetApi = () => {
 	$.ajax({
 		url: path + '/reportTable/getPrintReportById/' + getURLParameter('id'),
+		type: 'GET',
 		// data: {
 		// 	id: getURLParameter('id')
 		// },