@deepinnet-components/pc 0.0.58 → 0.0.59

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.
@@ -280,10 +280,12 @@ var CreateRole = function CreateRole(props) {
280
280
  }, {
281
281
  value: 2,
282
282
  label: '组织数据(本级及下属)'
283
- }, {
284
- value: 1,
285
- label: '个人数据'
286
- }]
283
+ }
284
+ // {
285
+ // value: 1,
286
+ // label: '个人数据'
287
+ // }
288
+ ]
287
289
  },
288
290
  'x-validator': [{
289
291
  required: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepinnet-components/pc",
3
- "version": "0.0.58",
3
+ "version": "0.0.59",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",