@zgfe/modules-dm 1.0.34-heyh.13 → 1.0.34-heyh.15

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.
@@ -363,7 +363,8 @@ var EventGroupingDrawer = function EventGroupingDrawer(props) {
363
363
  componnetIndex: index,
364
364
  groupId: item.groupId,
365
365
  groupingData: groupingData,
366
- setGroupingData: setGroupingData
366
+ setGroupingData: setGroupingData,
367
+ refresh: refresh
367
368
  }))));
368
369
  }));
369
370
  });
@@ -15,7 +15,8 @@ var SortableComponnet = function SortableComponnet(props) {
15
15
  componnetIndex = props.componnetIndex,
16
16
  groupId = props.groupId,
17
17
  groupingData = props.groupingData,
18
- setGroupingData = props.setGroupingData;
18
+ setGroupingData = props.setGroupingData,
19
+ refresh = props.refresh;
19
20
  // 需要拖动的元素的容器
20
21
  var SortableItem = SortableElement(function (data) {
21
22
  var _data$value = data.value,
@@ -101,7 +102,9 @@ var SortableComponnet = function SortableComponnet(props) {
101
102
  groupId: groupId,
102
103
  ids: ids.join(',')
103
104
  }
104
- }).then(function () {});
105
+ }).then(function () {
106
+ refresh();
107
+ });
105
108
  };
106
109
  return /*#__PURE__*/React.createElement(SortableList, {
107
110
  distance: 5,
@@ -582,13 +582,13 @@
582
582
  }
583
583
  }
584
584
  .ant-modal-confirm-title {
585
- display: inline;
586
- color: #021429;
585
+ display: inline!important;
586
+ color: #021429!important;
587
587
  font-weight: 500;
588
- font-size: 24px;
588
+ font-size: 24px!important;
589
589
  }
590
590
  .ant-modal-confirm-content {
591
- margin-top: 20px;
591
+ margin-top: 20px!important;
592
592
  }
593
593
  }
594
594
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.13",
3
+ "version": "1.0.34-heyh.15",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "umi-request": "^1.4.0",
53
53
  "yorkie": "^2.0.0"
54
54
  },
55
- "gitHead": "52f4872f5221c23f28f81e37835b21023df2ba96",
55
+ "gitHead": "d39a1d41ee62eaa3659f148c7a93ef5c0fe544c5",
56
56
  "gitHooks": {
57
57
  "pre-commit": "lint-staged"
58
58
  }