...
|
...
|
@@ -155,7 +155,7 @@ components.prototype={ |
|
|
$("select").each(function() {
|
|
|
var _value = $(this).attr("value");
|
|
|
if (_value) {
|
|
|
$("option[value='" + _value + "']", $(this)).attr("selected", true);
|
|
|
$("option[value='" + _value + "']", $(this)).prop("selected", true);
|
|
|
}
|
|
|
});
|
|
|
},
|
...
|
...
|
|