Compare commits

..

No commits in common. "5ec3a1441f87be52565d3ddaa37d469542bd01e7" and "66455685025b98b6ab203ad49890a79fb7089828" have entirely different histories.

View File

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