dev #680

Merged
ysCha merged 220 commits from dev into dev-deploy 2026-03-03 19:58:23 +09:00
Showing only changes of commit 5ec3a1441f - Show all commits

View File

@ -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) => {