Merge remote-tracking branch 'origin/master'

master
chenhao 2025-04-11 18:43:25 +08:00
commit 09ea0c8f94
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ $.table.init(options);
if (data.code === 0) { if (data.code === 0) {
$.modal.msgSuccess('上传成功'); $.modal.msgSuccess('上传成功');
} else { } else {
$.modal.msgError(data.msg); $.modal.msgError(data.msg||'导入失败');
} }
$('#uploadInput').val('') $('#uploadInput').val('')