eoss-ui 0.7.59 → 0.7.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/eoss-ui.common.js +9 -9
- package/lib/flow.js +3 -3
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/main.vue +1 -1
- package/src/index.js +1 -1
package/package.json
CHANGED
|
@@ -3082,7 +3082,7 @@ export default {
|
|
|
3082
3082
|
roleid:this.circularReadParamsMap.circularReadOrgRoleCode || this.foreignOrgSelectorParams.roleid,
|
|
3083
3083
|
};
|
|
3084
3084
|
if(( foreignOrgparams[i] == 'nofilidorg' || foreignOrgparams[i] == 'nofiliddept') && x != "filgroup"){
|
|
3085
|
-
this.foreignOrgSelectorParams[x].id= `${foreignOrgparams[i]
|
|
3085
|
+
this.foreignOrgSelectorParams[x].id= `${foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId')+'-org-0' : sessionStorage.getItem('depId')+'-dep-0'}`
|
|
3086
3086
|
}
|
|
3087
3087
|
});
|
|
3088
3088
|
}
|