@zgfe/modules-interval 1.0.10-qirui.0 → 1.0.10-qirui.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.
@@ -29,5 +29,8 @@
29
29
  align-items: center;
30
30
  justify-content: center;
31
31
  min-height: 300px;
32
+ .biz-loading-wrapper {
33
+ width: 100%;
34
+ }
32
35
  }
33
36
  }
@@ -21,7 +21,6 @@ import { judgeIsCity, judgeIsArea, getValue, searchDataParams } from "./utils";
21
21
  import { ContentPanel, SearchPanel } from "../../components";
22
22
  import TopPanel from "../topPanel";
23
23
  import { message } from 'antd';
24
- var timer = 0;
25
24
  var CancelToken = Request.CancelToken;
26
25
  var cancel;
27
26
  var classPrefix = 'interval-content';
@@ -164,7 +163,7 @@ var EventContent = function EventContent(props) {
164
163
  };
165
164
 
166
165
  // TopPanel组件数值变更
167
- var onChangeSearch = function onChangeSearch(data, flag) {
166
+ var onChangeSearch = function onChangeSearch(data) {
168
167
  data.id ? setEventId(data.id) : setEventId(-1);
169
168
  setSearchData(function (_searchData) {
170
169
  return _objectSpread(_objectSpread({}, data), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.10-qirui.0",
3
+ "version": "1.0.10-qirui.2",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -62,5 +62,5 @@
62
62
  "umi-request": "^1.4.0",
63
63
  "yorkie": "^2.0.0"
64
64
  },
65
- "gitHead": "ebdc05e78f9d6e1e0c3203270109485aa3919d56"
65
+ "gitHead": "563b7b2e07b817f6d0021d8ff75b7dde0688e114"
66
66
  }