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;