@zgfe/modules-settings 1.2.15-role2.0 → 1.2.15-role2.2

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.
@@ -559,7 +559,10 @@ var RoleList = function RoleList(props) {
559
559
  form: form,
560
560
  onFinish: onFinish,
561
561
  colon: false,
562
- scrollToFirstError: true
562
+ scrollToFirstError: true,
563
+ initialValues: {
564
+ dataRange: [0]
565
+ }
563
566
  }, /*#__PURE__*/React.createElement(Form.Item, {
564
567
  name: 'name',
565
568
  label: "\u89D2\u8272\u540D\u79F0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "1.2.15-role2.0",
3
+ "version": "1.2.15-role2.2",
4
4
  "module": "es/index.js",
5
5
  "typings": "es/index.d.ts",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  "umi-request": "^1.4.0",
52
52
  "yorkie": "^2.0.0"
53
53
  },
54
- "gitHead": "36dee535c3b2364abc5bc41acf6fb65e51782b17",
54
+ "gitHead": "4612b71d070f886c8955bc21e53d3586f830bcea",
55
55
  "gitHooks": {
56
56
  "pre-commit": "lint-staged"
57
57
  }