diff --git a/components/select/Select.js b/components/select/Select.js index 30970cbc3..4a86f071b 100644 --- a/components/select/Select.js +++ b/components/select/Select.js @@ -433,6 +433,7 @@ const InternalSelect = (props) => { url, method, data: data, + headers, cancelToken: new CancelToken((c) => { cancel = c }),