Compare commits
2 Commits
8a7427ff6a
...
a5e8f495bc
| Author | SHA1 | Date | |
|---|---|---|---|
| a5e8f495bc | |||
| d98eba97a7 |
@ -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) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user