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