|
@@ -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){
|