Browse Source

质控评分

zhangxc 5 years atrás
parent
commit
3532ed5546
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/js/qcList.js

+ 3 - 0
src/js/qcList.js

@@ -89,6 +89,9 @@ function renderTab(data){
             </tr>
         `
     }
+    if(data.length === 0){
+        hasSelectAll = false
+    }
     if(hasSelectAll){
         $('.scoreOpera img').attr("src" ,iconCheck)
         $('.scoreOpera').attr("data-selectall",true)