|
@@ -553,6 +553,8 @@
|
|
$wrap.find('.queueList').css({'border': '1px solid #d3dde5', 'padding':'5px'});
|
|
$wrap.find('.queueList').css({'border': '1px solid #d3dde5', 'padding':'5px'});
|
|
// $wrap.find('.queueList').removeAttr('style');
|
|
// $wrap.find('.queueList').removeAttr('style');
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ setTimeout(removeValidatorErrors, 1);
|
|
break;
|
|
break;
|
|
|
|
|
|
case 'uploading':
|
|
case 'uploading':
|
|
@@ -796,6 +798,10 @@
|
|
uploader.refresh();
|
|
uploader.refresh();
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ function removeValidatorErrors() {
|
|
|
|
+ $input.parents('.form-group,.form-label-group,.form-field').find('.with-errors').html('')
|
|
|
|
+ }
|
|
|
|
+
|
|
// 文件排序
|
|
// 文件排序
|
|
function orderFiles() {
|
|
function orderFiles() {
|
|
var $this = $(this),
|
|
var $this = $(this),
|