eoss-mobiles 0.3.78 → 0.3.79

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-mobiles",
3
- "version": "0.3.78",
3
+ "version": "0.3.79",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -327,7 +327,7 @@ export default {
327
327
  // this.getMessage();
328
328
  this.currentOrgSelectorParams.employee =
329
329
  this.currentOrgSelectorParams.persongroup = {
330
- pid: this.orgId || JSON.parse($.getStorage('userInfo')).orgId
330
+ pid: this.orgId || JSON.parse($.getStorage('userInfo')).orgId,only_filid: true,onlyMyOrg:true
331
331
  };
332
332
  this.foreignOrgSelectorParams.nofilid =
333
333
  this.orgId || JSON.parse($.getStorage('userInfo')).orgId;
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.78',
108
+ version: '0.3.79',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,