From 9442935123bb99fc0bf82c4d2d0581bb2ca28a5d Mon Sep 17 00:00:00 2001 From: leebj Date: Fri, 17 May 2024 09:39:05 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=A7=84=20=EC=B6=94=EA=B0=80,?= =?UTF-8?q?=EC=82=AD=EC=A0=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/resources/js/fims/photo-main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/resources/js/fims/photo-main.js b/src/main/webapp/resources/js/fims/photo-main.js index f427c3c5..cdfb8f52 100644 --- a/src/main/webapp/resources/js/fims/photo-main.js +++ b/src/main/webapp/resources/js/fims/photo-main.js @@ -317,6 +317,7 @@ function initPhotoMain(pageName, fileList, existVideo){ $P.localUploadArr = []; $("#inputUploadSet--"+pageName)[0].value = ""; - + $("#inputUploadSet--"+pageName).trigger("change"); + $P.fnDisplay(); } \ No newline at end of file