eoss-ui 0.6.42 → 0.6.43

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.6.42",
3
+ "version": "0.6.43",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -373,14 +373,14 @@ export default {
373
373
  tabs: {
374
374
  employee: {
375
375
  param: {
376
- filid: JSON.parse(sessionStorage.getItem('mainConfig')).userModel
376
+ filid: JSON.parse(util.getStorage('mainConfig')).userModel
377
377
  .orgId,
378
378
  name: '本单位用户'
379
379
  }
380
380
  },
381
381
  department: {
382
382
  param: {
383
- filid: JSON.parse(sessionStorage.getItem('mainConfig')).userModel
383
+ filid: JSON.parse(util.getStorage('mainConfig')).userModel
384
384
  .orgId
385
385
  }
386
386
  }
package/src/index.js CHANGED
@@ -121,7 +121,7 @@ if (typeof window !== 'undefined' && window.Vue) {
121
121
  }
122
122
 
123
123
  export default {
124
- version: '0.6.42',
124
+ version: '0.6.43',
125
125
  install,
126
126
  Button,
127
127
  ButtonGroup,