소스 검색

진료관리 환자눌럿을때 -> 익스 호환 es6문법 수정

huiwonseo 4 년 전
부모
커밋
0acb157e09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/jsp/clinic/info.jsp

+ 1 - 1
src/main/webapp/WEB-INF/jsp/clinic/info.jsp

@@ -757,7 +757,7 @@ function modalDetailOpen( target ) {
         // console.log( datas );
 
         if( datas.code == "00" ) {
-          datas.data.forEach( item => {
+          datas.data.forEach( function( item ){
             // console.log( item.itemCode );
             // console.log( item.itemScore );