caipin 5 năm trước cách đây
mục cha
commit
8ef9178d44
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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){