@zgfe/modules-interval 1.0.0-interval.41 → 1.0.0-interval.42
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.
|
@@ -26,7 +26,6 @@ var CancelToken = Request.CancelToken;
|
|
|
26
26
|
var cancel;
|
|
27
27
|
var classPrefix = 'interval-content';
|
|
28
28
|
var EventContent = function EventContent(props) {
|
|
29
|
-
console.log('999999', props);
|
|
30
29
|
// 最后的查询数据(防止图表在还没查询时就改变了类型)
|
|
31
30
|
var _useState = useState(props.value),
|
|
32
31
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -23,6 +23,7 @@ var TopPanel = function TopPanel(props) {
|
|
|
23
23
|
collapseRef = props.collapseRef,
|
|
24
24
|
finalSearchData = props.finalSearchData,
|
|
25
25
|
fetchRequest = props.fetchRequest;
|
|
26
|
+
console.log('99999999', props);
|
|
26
27
|
var _Form$useForm = Form.useForm(),
|
|
27
28
|
_Form$useForm2 = _slicedToArray(_Form$useForm, 1),
|
|
28
29
|
form = _Form$useForm2[0];
|