@xuda.io/runtime-bundle 1.0.522 → 1.0.523
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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12397,6 +12397,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12397
12397
|
|
|
12398
12398
|
let refreshed_ds;
|
|
12399
12399
|
// check if ds exist and deleted by garbage collector
|
|
12400
|
+
const _session = SESSION_OBJ[SESSION_ID];
|
|
12400
12401
|
if (_session.DS_GLB[panel_val._ds.dsSession]) {
|
|
12401
12402
|
refreshed_ds = panel_val._ds.dsSession;
|
|
12402
12403
|
}
|
|
@@ -10129,6 +10129,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
10129
10129
|
|
|
10130
10130
|
let refreshed_ds;
|
|
10131
10131
|
// check if ds exist and deleted by garbage collector
|
|
10132
|
+
const _session = SESSION_OBJ[SESSION_ID];
|
|
10132
10133
|
if (_session.DS_GLB[panel_val._ds.dsSession]) {
|
|
10133
10134
|
refreshed_ds = panel_val._ds.dsSession;
|
|
10134
10135
|
}
|