lhy 1 년 전
부모
커밋
550349f33b
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PrintServer/src/main/resources/static/cy-sheet-ss/excel.js
  2. 1 0
      PrintServer/src/main/resources/static/cy-sheet-ss/index.js

+ 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')
 		// },