From bc873bf1b07af0d786d3b14f0237bbb778a8bdb4 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 3 Jan 2024 09:51:51 +0800 Subject: [PATCH] 'commit' --- WebRoot/view/tb/form/report.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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( '
' + '
' + '' +