north 7 년 전
부모
커밋
5007ecf3ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      www/protected/views/rEmploye/index.php

+ 1 - 0
www/protected/views/rEmploye/index.php

@@ -435,6 +435,7 @@
         $('#edit_desc').val(row.desc);
         jq_setStatus.combobox('setValue', row.status);
         var flag = '#flag'+row.flag;
+        console.log(flag);
         $(flag).attr('checked',true);
       },
       onLoadSuccess : function () {