소스 검색

취소/반품/교환 접수자정보 추가 오류 수정

jun820624 4 년 전
부모
커밋
cc4d1602c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/views/order/RtnReqForm.html

+ 1 - 1
src/main/webapp/WEB-INF/views/order/RtnReqForm.html

@@ -1992,7 +1992,7 @@ $(document).ready(function() {
 		}
 	}
 	
-	if (orderChangeDetailList != null) {
+	if (orderChangeDetailList != null && orderChangeDetailList.length > 0) {
 		$('#rtnRequestRegNm').text(orderChangeDetailList[0].regNm);
 		$('#rtnRequestUpdNm').text(orderChangeDetailList[0].updNm);
 	}