ato-water-lib 0.0.95 → 0.0.96
Sign up to get free protection for your applications and to get access to all the features.
@@ -5689,7 +5689,7 @@ class AtoDefaultGojsEditor {
|
|
5689
5689
|
return;
|
5690
5690
|
}
|
5691
5691
|
self.onClikParamOfTable.emit({
|
5692
|
-
...obj.panel.part.data?.dataTable[obj.row],
|
5692
|
+
...obj.panel.part.data?.dataTable[obj.panel.part.data?.isShowDataLongitudinal ? 0 : obj.row],
|
5693
5693
|
});
|
5694
5694
|
},
|
5695
5695
|
background: 'transparent',
|