소스 검색

Update excel.xlsx.js

邹景立 4 년 전
부모
커밋
28e268488a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/static/plugs/jquery/excel.xlsx.js

+ 1 - 1
public/static/plugs/jquery/excel.xlsx.js

@@ -93,7 +93,7 @@ define(function () {
                     doPostItem(idx, items[idx]);
 
                     /*! 执行导入的数据 */
-                    function doPostItem(idx, item, info, result) {
+                    function doPostItem(idx, item, result) {
                         if (idx >= total) {
                             return clearAll(), $.msg.success('共处理' + total + '条记录( 成功 ' + oks + ' 条, 失败 ' + ers + ' 条 )', 3, function () {
                                 $.form.reload();