This commit is contained in:
afc163 2016-06-15 19:47:19 +08:00
parent a1c879bd2f
commit 9915c99c64

View File

@ -68,7 +68,7 @@ export default class Header extends React.Component {
}
handleSearch = (value) => {
//this.context.router.push({ pathname: value });
this.context.router.push({ pathname: value });
}
handleSelectFilter = (value, option) => {