Ver código fonte

罗磊修改

zhouna 6 anos atrás
pai
commit
8decc9d3e8
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/common/components/SearchOption/index.jsx

+ 2 - 1
src/common/components/SearchOption/index.jsx

@@ -57,7 +57,8 @@ class SearchOption extends React.Component {
               show:true
           })
       }else{
-          this.handleClearVal('')            //这个要放开,输入为空清除列表
+          //this.handleClearVal('')            //这个要放开,输入为空清除列表
+          handleChangeValue('');
           this.setState({
               show:false
           })