|
@@ -89,7 +89,7 @@ var cloudService={
|
|
|
|
|
|
//获得编办数据
|
|
|
var compilationList=await this.getCompilationList(); //编办信息
|
|
|
- console.log(compilationList);
|
|
|
+
|
|
|
|
|
|
|
|
|
//数据组合--cld客户数据
|
|
@@ -119,6 +119,15 @@ var cloudService={
|
|
|
curingCloudList[i].client_id=hash.hashEncode(v.client_id.toString());
|
|
|
//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;
|
|
|
+ break;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ //登录时长
|
|
|
if(!hash.isExistence(v.online_times)){
|
|
|
curingCloudList[i].online_times='';
|
|
|
}
|