Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

多条件查询 #226

Closed
sunshinefull opened this issue Apr 27, 2017 · 1 comment
Closed

多条件查询 #226

sunshinefull opened this issue Apr 27, 2017 · 1 comment

Comments

@sunshinefull
Copy link

如果url地址是http://localhost:8000/test?field=name&field1=address&keyword=6&keyword1=2
如何实现多条件查询onSearch (fieldsValue) {
fieldsValue.keyword.length ? dispatch(routerRedux.push({
pathname: '/users',
query: {
field: fieldsValue.field,
keyword: fieldsValue.keyword
}
})) : dispatch(routerRedux.push({
pathname: '/users'
}))

@zuiidea
Copy link
Owner

zuiidea commented Apr 27, 2017

1b7c076

image

@zuiidea zuiidea closed this as completed May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants