Pre Merge pull request !486 from badou/develop

pull/486/MERGE
badou 2025-06-26 09:09:03 +00:00 committed by Gitee
commit 5031dfb525
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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,