|
|
@ -224,8 +224,8 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
let noResources = [{ |
|
|
|
let noResources = [{ |
|
|
|
id: -1, |
|
|
|
id: -1, |
|
|
|
name: $t('No resources'), |
|
|
|
name: $t('Unauthorized or deleted resources'), |
|
|
|
fullName: '/'+$t('No resources'), |
|
|
|
fullName: '/'+$t('Unauthorized or deleted resources'), |
|
|
|
children: [] |
|
|
|
children: [] |
|
|
|
}] |
|
|
|
}] |
|
|
|
if(optionsCmp.length>0) { |
|
|
|
if(optionsCmp.length>0) { |
|
|
@ -308,6 +308,7 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.resourceList.push(v.id) |
|
|
|
this.resourceList.push(v.id) |
|
|
|
|
|
|
|
this.dataProcess(backResource) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
|
this.cacheResourceList = resourceList |
|
|
|
this.cacheResourceList = resourceList |
|
|
|