This commit is contained in:
19173159168
2025-08-24 19:25:40 +08:00
parent 6bd15e4627
commit 2af3951b94
2 changed files with 4 additions and 3 deletions

View File

@ -28,7 +28,7 @@
<li>
<label>所属运营商:</label>
<select name="operatingId" id="operatingId" >
<select name="operatorId" id="operatorId" >
<option value="">请选择所属运营商</option>
<option th:each="company : ${companyList}" th:value="${company.id}" th:text="${company.companyName}"></option>
</select>