caipin 5 년 전
부모
커밋
8ef9178d44
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/service/cloudEditionService.js

+ 3 - 1
app/service/cloudEditionService.js

@@ -88,8 +88,10 @@ var cloudService={
         });
     	
         //获得编办数据
-        var compilationList=await getCompilationList(); //编办信息
+        var compilationList=await this.getCompilationList(); //编办信息
         console.log(compilationList);
+        
+        
         //数据组合--cld客户数据
         var cid=[];
         curingCloudList.forEach(function(v,i){