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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eoss-ui",
3
- "version": "0.7.59",
3
+ "version": "0.7.60",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -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] != 'nofilidorg' ? sessionStorage.getItem('orgId')+'-org-0' : sessionStorage.getItem('depId')+'-dep-0'}`
3085
+ this.foreignOrgSelectorParams[x].id= `${foreignOrgparams[i] == 'nofilidorg' ? sessionStorage.getItem('orgId')+'-org-0' : sessionStorage.getItem('depId')+'-dep-0'}`
3086
3086
  }
3087
3087
  });
3088
3088
  }
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.7.59',
128
+ version: '0.7.60',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,