mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !486 from badou/develop
commit
5031dfb525
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue