pms :5943, 엑셀다운로드 오류 건 커밋

This commit is contained in:
jity7777 2024-10-25 04:09:06 +00:00
parent 0b2b7f084b
commit e57deb55a7
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
@*<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>*@ @*<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>*@
<script> <script>
function exceldown2(fid, url, checktbody, exname, limitstringval, jsonDataStr) { function exceldown2(fid, url, checktbody, exname, limitstringval, jsonDataStr) {
var limit = 23; var limit = 24;
if (limitstringval) { if (limitstringval) {
limit = limitstringval; limit = limitstringval;
} }