#
vincentlu
2025-12-16 770c9232898cdfa9a564085af72ceb2c167e17b4
zy-acs-flow/src/map/areaSettings/AreaBasicTab.jsx
@@ -1,4 +1,4 @@
import React, { useMemo } from 'react';
import React from 'react';
import {
    Stack,
    TextField,
@@ -35,8 +35,12 @@
    };
    const checkoutAgvNo = (agvId) => {
        return "1"
    }
        if (agvId == null) {
            return '';
        }
        const match = (agvOptions || []).find((item) => item.id === agvId);
        return match?.uuid ?? '';
    };
    const getOptionId = (option) => {
        return option?.id;