coolcare-lite-scada-component 1.0.54 → 1.0.56
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.
|
@@ -392,7 +392,7 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
|
|
|
392
392
|
open: visible,
|
|
393
393
|
closable: true,
|
|
394
394
|
width: 1600,
|
|
395
|
-
zIndex:
|
|
395
|
+
zIndex: 9997,
|
|
396
396
|
footer: null,
|
|
397
397
|
onCancel: closeModal,
|
|
398
398
|
afterClose: closeModal,
|
|
@@ -600,7 +600,11 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
|
|
|
600
600
|
return ['totalenergy', 'tlwatercs', 'tlhgscs'].includes(item.identifierName);
|
|
601
601
|
})[0]) || {
|
|
602
602
|
unit: ''
|
|
603
|
-
}).unit))) : null)), /*#__PURE__*/React.createElement(
|
|
603
|
+
}).unit))) : null)), /*#__PURE__*/React.createElement("div", {
|
|
604
|
+
onClick: function onClick(e) {
|
|
605
|
+
return e.stopPropagation();
|
|
606
|
+
}
|
|
607
|
+
}, /*#__PURE__*/React.createElement(ModalChoosePoint, {
|
|
604
608
|
visible: visiblePointSet,
|
|
605
609
|
onSubmit: function onSubmit(val) {
|
|
606
610
|
setPointIdList(function (pre) {
|
|
@@ -613,6 +617,6 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
|
|
|
613
617
|
onCancel: function onCancel() {
|
|
614
618
|
setVisiblePointSet(false);
|
|
615
619
|
}
|
|
616
|
-
}));
|
|
620
|
+
})));
|
|
617
621
|
};
|
|
618
622
|
export default DialogPointHistory;
|
|
@@ -153,6 +153,7 @@ var ModalChoosePoint = function ModalChoosePoint(_ref) {
|
|
|
153
153
|
footer: null,
|
|
154
154
|
onCancel: closeModal,
|
|
155
155
|
visible: visible,
|
|
156
|
+
zIndex: 9999,
|
|
156
157
|
wrapClassName: 'form-modal',
|
|
157
158
|
getContainer: function getContainer() {
|
|
158
159
|
return document.getElementById("scada-body");
|