Compare commits

...

2 Commits

View File

@ -74,11 +74,9 @@ export default function PowerConditionalSelect(props) {
]
useEffect(() => {
if (makers.length === 0) {
getPcsMakerList().then((res) => {
setMakers(res.data)
})
}
getPcsMakerList().then((res) => {
setMakers(res.data)
})
}, [])
const onCheckSeries = (data) => {