eoss-ui 0.7.63 → 0.7.64

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.63",
3
+ "version": "0.7.64",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -491,7 +491,7 @@ export default {
491
491
  );
492
492
  this.foreignOrgTabs.map((x, i) => {
493
493
  this.otherParams[x] = {
494
- filid: param[i],
494
+ filid: 'all',
495
495
  roleid: this.selectorParams.roleid,
496
496
  nofilid: sessionStorage.getItem('orgId')
497
497
  };
@@ -3093,7 +3093,7 @@ export default {
3093
3093
  filid:
3094
3094
  foreignOrgparams[i] == 'my'
3095
3095
  ? choiceOrgId
3096
- : foreignOrgparams[i] == 'nofilidorg' ||
3096
+ :x == 'filgroup'?'' : foreignOrgparams[i] == 'nofilidorg' ||
3097
3097
  foreignOrgparams[i] == 'nofiliddept'
3098
3098
  ? 'all'
3099
3099
  : foreignOrgparams[i],
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.63',
128
+ version: '0.7.64',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,