@@ -503,10 +503,10 @@ class Users extends Backend
$this->error($exception->getMessage());
}
if (!$insert) {
- $this->error(__('No rows were updated'));
+ $this->error(__('无数据导入'));
$num = $allRow-2;
- $this->success('导入成功,共'.$num.'条数据');
+ $this->success('导入成功,共'.$num.'条数据','','','3');
/**
* 表格导入
@@ -126,7 +126,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
data: {file: data.url},
}, function (data, ret) {
if (ret.code==1) {
- window.location.reload()//解析成功
+ layer.msg(ret.msg,{icon:1,time:2000,shade:0.4},function() {
+ window.location.reload()//解析成功
+ });
//table.bootstrapTable('refresh');
},