|
@@ -120,9 +120,9 @@ var cloudService={
|
|
|
//curingCloudList[i].sso_id=v.sso_id;
|
|
|
//最后使用
|
|
|
curingCloudList[i].latest_usedName='';
|
|
|
- for(var i=1;i<=compilationList.lenght;i++){
|
|
|
- if(compilationList[i]._id==v.latest_used){
|
|
|
- curingCloudList[i].latest_usedName=compilationList[i].name;
|
|
|
+ for(var ci=1;ci<=compilationList.lenght;ci++){
|
|
|
+ if(compilationList[ci]._id==v.latest_used){
|
|
|
+ curingCloudList[i].latest_usedName=compilationList[ci].name;
|
|
|
break;
|
|
|
}
|
|
|
}
|