eoss-mobiles 0.2.35 → 0.2.37

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.2.35",
3
+ "version": "0.2.37",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -309,6 +309,7 @@
309
309
  }"
310
310
  :paddingTop="paddingTop"
311
311
  :baseUrl="apiBaseUrl"
312
+ tabs="employee,persongroup"
312
313
  label="分阅用户"
313
314
  @change="disposeAppUser($event, 'nextReadUserSelectList')"
314
315
  />
@@ -23,6 +23,7 @@
23
23
  :isAllCheck="isAllCheck"
24
24
  :param="params"
25
25
  :baseUrl="apiBaseUrl"
26
+ tabs="employee,persongroup"
26
27
  :paddingTop="paddingTop"
27
28
  v-model="nextReadUserSelectList"
28
29
  @change="disposeAppUser"
@@ -33,6 +34,7 @@
33
34
  label="分阅人员"
34
35
  required
35
36
  :multiple="multiple"
37
+ tabs="employee,persongroup"
36
38
  :param="params"
37
39
  :isAllCheck="isAllCheck"
38
40
  :baseUrl="apiBaseUrl"
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.2.35',
108
+ version: '0.2.37',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,