@xuda.io/runtime-bundle 1.0.592 → 1.0.594
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.
|
@@ -31706,6 +31706,9 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31706
31706
|
|
|
31707
31707
|
var found, refresh_reason, refresh_details;
|
|
31708
31708
|
if (fields_changed_arr) {
|
|
31709
|
+
if (fields_changed_datasource && panel_val._ds.dsSession < fields_changed_datasource) {
|
|
31710
|
+
continue;
|
|
31711
|
+
}
|
|
31709
31712
|
// if (fields_changed_datasource && panel_val._ds.dsSession < Number(fields_changed_datasource)) {
|
|
31710
31713
|
// continue;
|
|
31711
31714
|
// }
|
|
@@ -31777,6 +31780,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31777
31780
|
break;
|
|
31778
31781
|
}
|
|
31779
31782
|
}
|
|
31783
|
+
|
|
31784
|
+
if (found) {
|
|
31785
|
+
break;
|
|
31786
|
+
}
|
|
31780
31787
|
}
|
|
31781
31788
|
}
|
|
31782
31789
|
|