north 7 years ago
parent
commit
5007ecf3ce
1 changed files with 1 additions and 0 deletions
  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 () {