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) {
|
}, function (data, ret) {
|
||||||
file.accepted = false;
|
file.accepted = false;
|
||||||
that._errorProcessing([file], ret.msg);
|
that._errorProcessing([file], ret.msg);
|
||||||
|
return false;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
onUploadSuccess: onUploadSuccess,
|
onUploadSuccess: onUploadSuccess,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue