Skip to content

Commit

Permalink
feat: #9
Browse files Browse the repository at this point in the history
  • Loading branch information
solarjoker committed Feb 2, 2020
1 parent 3fa7797 commit 83c7adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hi-ui/component-kit",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"main": "index.js",
"module": "es/index.js",
"file": [
Expand Down
4 changes: 3 additions & 1 deletion src/data-filter/data-filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ export default class DataFilter extends Component {
params,
url,
onFetched,
fetchDatas
fetchDatas,
withCredentials = false
} = props
const {
page
Expand All @@ -166,6 +167,7 @@ export default class DataFilter extends Component {
})
} else {
axios.get(url, {
withCredentials,
params: {
page,
...params,
Expand Down

0 comments on commit 83c7adf

Please sign in to comment.