코드리스트 중분류 수정

cks
유민형 2023-12-06 11:32:16 +09:00
parent d548c2dd5d
commit 95d9e2df7d
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ function StandardCodeList(props) {
</li>
<li className="third_1 L">
<label className="f_select" htmlFor="sel1">
<select id="sel2" title="조건" defaultValue={searchCondition.category2} ref={category2Ref}
<select id="sel2" title="조건" value={searchCondition.category2} ref={category2Ref}
onChange={e => {
category2Ref.current.value = e.target.value;
retrieveList({