@@ -57,7 +57,6 @@
<th>업체/브랜드<em class="required" title="필수"></em></th>
<td colspan="5">
<select name="supplyCompCd" id="supplyCompCd">
- <option value="" >[전체]</option>
<option th:if="${supplyCompList}" th:each="oneData, status : ${supplyCompList}" th:value="${oneData.cd}" th:text="${'[' + oneData.cd + '] ' + oneData.cdNm}"></option>
</select>
<span id="multiBrand"></span>