@zgfe/modules-dm 1.0.34-heyh.28 → 1.0.34-heyh.29

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.
@@ -190,7 +190,6 @@ var EventGroupingDrawer = function EventGroupingDrawer(props) {
190
190
  };
191
191
  var eventMoveChange = function eventMoveChange() {
192
192
  if (requestMove) {
193
- console.log(11111111);
194
193
  return;
195
194
  }
196
195
  requestMove = true;
@@ -215,7 +215,7 @@ var TablePlus = function TablePlus(props) {
215
215
  }
216
216
  request(apis.updateEventInfo, {
217
217
  method: 'post',
218
- params: _objectSpread({
218
+ data: _objectSpread({
219
219
  appId: getAppID(currentApp),
220
220
  eventId: record.event_id
221
221
  }, _temp)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.34-heyh.28",
3
+ "version": "1.0.34-heyh.29",
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": "8e420eed07c0b2c21a18d58d78d864d26f0c1efc",
55
+ "gitHead": "92ccee8db67720a41f91b7c726641500990f6269",
56
56
  "gitHooks": {
57
57
  "pre-commit": "lint-staged"
58
58
  }