Thymeleaf select 数据回显 选中

Posted hfultrastrong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Thymeleaf select 数据回显 选中相关的知识,希望对你有一定的参考价值。

 

<select style=‘width: 148.15px‘ name="dlrlx" th:field="*{Ygdly.dlrlx}">
    <option th:each="dlrlxitem : ${dlrlxs}" th:text="${dlrlxitem.mc}" th:value="${dlrlxitem.bm}"></option>
</select>

 

 th:field="*{Ygdly.dlrlx}" 这个代表要匹配的数据。

以上是关于Thymeleaf select 数据回显 选中的主要内容,如果未能解决你的问题,请参考以下文章

thymeleaf中 input/select/radio回显问题

多选下拉框回显无内容

el-select多选情况下回显的问题

单选按钮radio和下拉选择select,ajax返回数据回显对应值

Layui:select下拉框回显

layui select多选下拉显示 以及回显