Compare commits
No commits in common. "5ec3a1441f87be52565d3ddaa37d469542bd01e7" and "66455685025b98b6ab203ad49890a79fb7089828" have entirely different histories.
5ec3a1441f
...
6645568502
@ -74,9 +74,11 @@ export default function PowerConditionalSelect(props) {
|
||||
]
|
||||
|
||||
useEffect(() => {
|
||||
getPcsMakerList().then((res) => {
|
||||
setMakers(res.data)
|
||||
})
|
||||
if (makers.length === 0) {
|
||||
getPcsMakerList().then((res) => {
|
||||
setMakers(res.data)
|
||||
})
|
||||
}
|
||||
}, [])
|
||||
|
||||
const onCheckSeries = (data) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user