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 () {