caipin 5 years atrás
parent
commit
8ef9178d44
1 changed files with 3 additions and 1 deletions
  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){