|
@@ -201,6 +201,7 @@ const Content = React.createClass({
|
|
this.state.fieldA = e.target.value;
|
|
this.state.fieldA = e.target.value;
|
|
} else {
|
|
} else {
|
|
this.state.fieldA = null;
|
|
this.state.fieldA = null;
|
|
|
|
+ this.state.fieldB = null;
|
|
};
|
|
};
|
|
this.loadData();
|
|
this.loadData();
|
|
this.setState({ industryRadioB: theArr });
|
|
this.setState({ industryRadioB: theArr });
|