caipin 5 năm trước cách đây
mục cha
commit
b042e87a04
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      app/service/cloudEditionService.js

+ 3 - 0
app/service/cloudEditionService.js

@@ -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;