修复:本地上传文件 开启分片功能时,报错提示2次的问题

pull/486/head
lande 2025-01-14 10:23:54 +08:00
parent 9bdf43e808
commit f50cb727cb
1 changed files with 446 additions and 445 deletions

View File

@ -298,6 +298,7 @@ define(['jquery', 'bootstrap', 'dropzone', 'template'], function ($, undefined,
}, function (data, ret) {
file.accepted = false;
that._errorProcessing([file], ret.msg);
return false;
});
},
onUploadSuccess: onUploadSuccess,