Compare commits
No commits in common. "a5e8f495bc7de2d5de48427cc329de2ee1beef85" and "8a7427ff6a7c0c521d518cb067f39ee4d9e7bb07" have entirely different histories.
a5e8f495bc
...
8a7427ff6a
@ -74,9 +74,11 @@ 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) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user