Browse Source

回读无查体点击唤出模板

zhouna 6 years ago
parent
commit
5e1184e697
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/CheckBody/index.jsx

+ 1 - 1
src/components/CheckBody/index.jsx

@@ -63,7 +63,7 @@ class CheckBody extends Component{
       return ;
     }
     //有主诉时且本身无数据,第一次点击获取数据,(不论获取成功与否)再点击不获取(直到刷新成空白页或清空)
-    if(hasMain&&isEmpty){
+    if(hasMain&&isEmpty!=false){
       this.props.getInit();
     }
   }