zhouna 6 лет назад
Родитель
Сommit
8decc9d3e8
1 измененных файлов с 2 добавлено и 1 удалено
  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
           })