#
luxiaotao1123
2024-10-18 dcd0b098fe57e1f355f5c178c21402a1d64344a5
zy-acs-flow/src/map/insight/agv/useCoolHook.js
@@ -42,9 +42,12 @@
        debouncedFetch(inputValue);
    }, [inputValue, debouncedFetch]);
    const resetInput = () => setInputValue('');
    return {
        options,
        setInputValue,
        resetInput,
    };
}