|
@@ -900,6 +900,8 @@ const QueryCustomer = Form.create()(React.createClass({
|
|
|
this.loadData();
|
|
|
},
|
|
|
reset() {
|
|
|
+ this.state.expertSearch = undefined;
|
|
|
+ this.state.celebritySearch = undefined;
|
|
|
this.state.shareTypeSearch = undefined;
|
|
|
this.state.typeSearch = undefined; //名称1
|
|
|
this.state.nameSearch = '';
|