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
ca1666a8bf
commit
28e268488a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user