|
@@ -90,7 +90,7 @@ var cloudService={
|
|
|
//获得编办数据
|
|
|
var compilationList=await this.getCompilationList(); //编办信息
|
|
|
|
|
|
- console.log(compilationList);
|
|
|
+ //console.log(compilationList);
|
|
|
|
|
|
|
|
|
//数据组合--cld客户数据
|
|
@@ -121,10 +121,11 @@ var cloudService={
|
|
|
//curingCloudList[i].sso_id=v.sso_id;
|
|
|
//最后使用
|
|
|
curingCloudList[i].latest_usedName='';
|
|
|
- console.log(compilationList.length);
|
|
|
- for(var ci=1;ci<=compilationList.lenght;ci++){
|
|
|
+
|
|
|
+ for(var ci=1;ci<=compilationList.length;ci++){
|
|
|
|
|
|
console.log(v.latest_used);
|
|
|
+ console.log('1212');
|
|
|
console.log(compilationList[ci]._id);
|
|
|
if(compilationList[ci]._id==v.latest_used){
|
|
|
curingCloudList[i].latest_usedName=compilationList[ci].name;
|