import { reset, reduxForm } from 'redux-form'; const afterSubmit = (result, dispatch) => dispatch(reset('ordersTradesSearchForm')); ...
確定! 回上一頁