yee 7 年之前
父節點
當前提交
854a612170
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 });