优化导入Excel

pull/334/head
Ricky 2021-09-30 15:57:30 +08:00
parent 0224f58e52
commit af7339f3b0
1 changed files with 3 additions and 0 deletions

View File

@ -447,6 +447,9 @@ var table = {
$.modal.enable(); $.modal.enable();
$.modal.alertError(result.msg); $.modal.alertError(result.msg);
} }
},
complete: function () {
layero.find('#file').val('');
} }
}); });
} }