mirror of https://gitee.com/karson/fastadmin.git
修复:本地上传文件 开启分片功能时,报错提示2次的问题
parent
9bdf43e808
commit
f50cb727cb
|
|
@ -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