zy-acs-flow/src/map/areaSettings/index.jsx @@ -86,10 +86,13 @@ }, [sprite]); useEffect(() => { if (!open) { return; } fetchAgvListAll().then((options) => { setAgvOptions(options || []); }); }, []); }, [open]); useEffect(() => { if (curAreaInfo) {