zhangweicheng преди 7 години
родител
ревизия
fc510ca3ef
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 ){//&&
 
         }