-단위테스트(Unit Test) #564 수정
This commit is contained in:
parent
391a8220dc
commit
1d76b0fb2f
@ -157,6 +157,7 @@ export default function PowerConditionalSelect(props) {
|
|||||||
const onChangeMaker = (option) => {
|
const onChangeMaker = (option) => {
|
||||||
if (option) {
|
if (option) {
|
||||||
setModels([])
|
setModels([])
|
||||||
|
setSelectedModels([])
|
||||||
setSelectedMaker(option)
|
setSelectedMaker(option)
|
||||||
|
|
||||||
getPcsMakerList(option).then((res) => {
|
getPcsMakerList(option).then((res) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user