#
vincentlu
2025-12-15 ae80d75258d40356288dd1fb944ebccc827c9a5e
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) {