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