개별총정보 이미지 표시 오류 수정

main
이범준 11 months ago
parent bd9c5b5636
commit 4301906835

@ -1059,7 +1059,9 @@
// 이미지 정보를 파일 배열에 셋팅
existFileArr${pageName} = []; // 파일 배열 초기화
var crdnPayerInfo = ${pageName}Control.getCurrent();
if (crdnPayerInfo.fileList) {
crdnPayerInfo.fileList.forEach(function(item) {
item.status = "";

Loading…
Cancel
Save