|
@@ -387,7 +387,9 @@ layui.config({
|
|
|
success: function (data) {
|
|
success: function (data) {
|
|
|
layer.close(loadindex);
|
|
layer.close(loadindex);
|
|
|
if (data == 'success') {
|
|
if (data == 'success') {
|
|
|
- layer.msg('导入成功');
|
|
|
|
|
|
|
+ layer.msg('导入成功', {time:2000}, function(){
|
|
|
|
|
+ window.location.reload();
|
|
|
|
|
+ });
|
|
|
} else {
|
|
} else {
|
|
|
layer.msg(data);
|
|
layer.msg(data);
|
|
|
}
|
|
}
|