zhangweicheng 7 years ago
parent
commit
fc510ca3ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/building_saas/main/js/models/project_glj.js

+ 1 - 1
web/building_saas/main/js/models/project_glj.js

@@ -641,7 +641,7 @@ ProjectGLJ.prototype.batchChangeIsEvaluate=function (gljs){
     let neeRefreshNode = [];
     let  rations =_.filter(projectObj.project.Ration.datas,function (item) {
         //{'type':rationType.gljRation,'projectGLJID':glj.id}
-        if(item.type == rationType.gljRation && ){
+        if(item.type == rationType.gljRation ){//&&
 
         }