|
@@ -431,6 +431,12 @@ const IntentionCustomer = Form.create()(React.createClass({
|
|
|
if(!this.state.searchMore){
|
|
|
this.state.searchMore=true
|
|
|
}
|
|
|
+ this.state.nameSearch = '';
|
|
|
+ this.state.addressSearch = [];
|
|
|
+ this.state.provinceSearch = undefined;
|
|
|
+ this.state.citySearch = undefined;
|
|
|
+ this.state.releaseDate[0] = undefined;
|
|
|
+ this.state.releaseDate[1] = undefined;
|
|
|
this.loadData(null,nextProps.ApiUrl);
|
|
|
};
|
|
|
},
|