diff --git a/WebRoot/view/tb/form/report.html b/WebRoot/view/tb/form/report.html index 48180035..094e58d1 100644 --- a/WebRoot/view/tb/form/report.html +++ b/WebRoot/view/tb/form/report.html @@ -108,7 +108,7 @@ elem: '#' + images[i].select , url: '/QingLong/collect/uploadFile' , data: { job_id: jobId, input_id: images[i].select.substring(5) } - , multiple: false + , multiple: true , before: function (obj) { layer.msg('图片上传中...', { icon: 16, @@ -120,7 +120,7 @@ layer.close(layer.msg());//关闭上传提示窗口 //上传完毕 - $('#uploader-list-' + images[i].select.substring(5)).html( + $('#uploader-list-' + images[i].select.substring(5)).append( '
' + '
' + '' +