mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update excel.xlsx.js
This commit is contained in:
parent
28e268488a
commit
85007566c9
@ -90,7 +90,7 @@ define(function () {
|
|||||||
if ((total = items.length) < 1) return clearAll(), $.msg.tips('未读取到有效数据')
|
if ((total = items.length) < 1) return clearAll(), $.msg.tips('未读取到有效数据')
|
||||||
ers = 0, oks = 0, idx = 0;
|
ers = 0, oks = 0, idx = 0;
|
||||||
$('[data-load-name]').html('更新数据 ');
|
$('[data-load-name]').html('更新数据 ');
|
||||||
doPostItem(idx, items[idx]);
|
return doPostItem(idx, items[idx]);
|
||||||
|
|
||||||
/*! 执行导入的数据 */
|
/*! 执行导入的数据 */
|
||||||
function doPostItem(idx, item, result) {
|
function doPostItem(idx, item, result) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user