yee 7 years ago
parent
commit
854a612170
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/component/portal/search/achievement.jsx

+ 1 - 0
js/component/portal/search/achievement.jsx

@@ -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 });