@xuda.io/runtime-bundle 1.0.595 → 1.0.596
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.
|
@@ -31709,7 +31709,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
31709
31709
|
// if (fields_changed_datasource && panel_val._ds.dsSession < fields_changed_datasource) {
|
|
31710
31710
|
// continue;
|
|
31711
31711
|
// }
|
|
31712
|
-
if (fields_changed_datasource && panel_val._ds.dsSession
|
|
31712
|
+
if (fields_changed_datasource && panel_val._ds.dsSession <= Number(fields_changed_datasource)) {
|
|
31713
31713
|
continue;
|
|
31714
31714
|
}
|
|
31715
31715
|
for (const field_id of fields_changed_arr) {
|