瀏覽代碼

Update excel.xlsx.js

邹景立 4 年之前
父節點
當前提交
85007566c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/static/plugs/jquery/excel.xlsx.js

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

@@ -90,7 +90,7 @@ define(function () {
                     if ((total = items.length) < 1) return clearAll(), $.msg.tips('未读取到有效数据')
                     ers = 0, oks = 0, idx = 0;
                     $('[data-load-name]').html('更新数据 ');
-                    doPostItem(idx, items[idx]);
+                    return doPostItem(idx, items[idx]);
 
                     /*! 执行导入的数据 */
                     function doPostItem(idx, item, result) {