@zgfe/modules-settings 2.0.0-zhongyuan.43 → 2.0.0-zhongyuan.44

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.
@@ -368,6 +368,14 @@ var CreateDemand = function CreateDemand(props) {
368
368
  message.success('保存成功');
369
369
  props.onBack && props.onBack();
370
370
  }
371
+ setPointEventInfo(function (val) {
372
+ return val === null || val === void 0 ? void 0 : val.map(function (item, index) {
373
+ var _res$data;
374
+ return _objectSpread(_objectSpread({}, item), {}, {
375
+ id: (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.pointEventInfo[index].id
376
+ });
377
+ });
378
+ });
371
379
  // props.onSubmit && props.onSubmit()
372
380
  } else {
373
381
  message.error('保存失败');
@@ -144,7 +144,7 @@ var PageInfo = function PageInfo(props) {
144
144
  _useState42 = _slicedToArray(_useState41, 2),
145
145
  navList = _useState42[0],
146
146
  setNavList = _useState42[1];
147
- var _useState43 = useState(0),
147
+ var _useState43 = useState(1),
148
148
  _useState44 = _slicedToArray(_useState43, 2),
149
149
  navIndex = _useState44[0],
150
150
  setNavIndex = _useState44[1];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-settings",
3
- "version": "2.0.0-zhongyuan.43",
3
+ "version": "2.0.0-zhongyuan.44",
4
4
  "private": false,
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -67,7 +67,7 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "8b5043d081eb14ac5954fc1bcbcd72681337bb32",
70
+ "gitHead": "5b3eaf7f95bf4a5a78dffc8ec889ed7cd0f9f0fb",
71
71
  "gitHooks": {
72
72
  "pre-commit": "lint-staged"
73
73
  }