#
vincentlu
2025-03-27 cd67e854d4715bc92a16dc7bffdbde7be1da9957
zy-acs-flow/src/map/insight/agv/useCoolHook.js
@@ -42,9 +42,12 @@
        debouncedFetch(inputValue);
    }, [inputValue, debouncedFetch]);
    const resetInput = () => setInputValue('');
    return {
        options,
        setInputValue,
        resetInput,
    };
}