coolcare-lite-scada-component 1.0.28 → 1.0.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.
|
@@ -361,6 +361,12 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
|
|
|
361
361
|
return _ref3.apply(this, arguments);
|
|
362
362
|
};
|
|
363
363
|
}();
|
|
364
|
+
useEffect(function () {
|
|
365
|
+
var _form$getFieldsValue = form.getFieldsValue(),
|
|
366
|
+
dateRange = _form$getFieldsValue.dateRange,
|
|
367
|
+
interval = _form$getFieldsValue.interval;
|
|
368
|
+
fetchPointHistoryDebounce(pointIdList, dateRange, interval);
|
|
369
|
+
}, [pointIdList]);
|
|
364
370
|
|
|
365
371
|
/** 打开弹框,初始化数据,获取曲线图形 */
|
|
366
372
|
useEffect(function () {
|