@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
|
-
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
}
|
|
284
|
+
// {
|
|
285
|
+
// value: 1,
|
|
286
|
+
// label: '个人数据'
|
|
287
|
+
// }
|
|
288
|
+
]
|
|
287
289
|
},
|
|
288
290
|
'x-validator': [{
|
|
289
291
|
required: true,
|