코드리스트 중분류 수정
parent
d548c2dd5d
commit
95d9e2df7d
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue