rabin 1 年之前
父節點
當前提交
c306882da9
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/dever/core.js

+ 2 - 1
assets/dever/core.js

@@ -340,13 +340,14 @@ var Dever =
 			}
 		};
 
+        /*
         $("select option").each(function() {
             if ($(this).attr('select') && $(this).attr('select') == 'true') {
                 $(this).attr('selected', 'true');
             } else {
                 $(this).removeAttr('selected');
             }
-        });
+        });*/
 	}
 
     ,Ucfirst : function(str)