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