上传完善

master
rdpnr_hemingxia 2025-04-11 18:42:44 +08:00
parent a248f12399
commit a3f0392569
1 changed files with 1 additions and 1 deletions

View File

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