修改数据的页面 进入页面绑定select的值

会value绑定但是没有显示相应的option

<script>
$("#id option[value=${item.decorationId}]").attr("selected", "selected");
</script>

相关文章: