22.05.09 장애인 심의대상 목록 파일,이미지 아이콘 수정

main
psy 3 years ago
parent 6c5c4ed2e0
commit 41a38c276a

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

@ -180,12 +180,12 @@ async function judgeImgList(res, scCode, fieldCnt, fieldName, dataGb, methodName
if (r.size > 0) { if (r.size > 0) {
arrRtn.push(URL.createObjectURL(r)); arrRtn.push(URL.createObjectURL(r));
} else { } else {
arrRtn.push('/images/file-not-found.png'); arrRtn.push('/images/noFile.png');
} }
// else // else
}); // .then((r) => { }); // .then((r) => {
} else { } else {
arrRtn.push('/images/no-image.png'); arrRtn.push('/images/noImage.png');
} }
} }
return arrRtn; return arrRtn;

Loading…
Cancel
Save