caipin 5 anni fa
parent
commit
8ef9178d44
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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){