zhouna hace 6 años
padre
commit
8decc9d3e8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
           })