Compare commits

...

2 Commits

View File

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