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 ){//&&
 
         }