@xuda.io/runtime-bundle 1.0.311 → 1.0.312

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.
@@ -33573,7 +33573,8 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
33573
33573
 
33574
33574
  func.UI.screen.render_ui_tree = async function (SESSION_ID, $container, nodeP, parent_infoP, paramsP, jobNoP, is_skeleton, keyP, is_mainP, parent_nodeP, check_existP, $root_container) {
33575
33575
  if (!is_skeleton) {
33576
- var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[paramsP.dsSessionP];
33576
+ const _session = SESSION_OBJ[SESSION_ID];
33577
+ var _ds = _session.DS_GLB[paramsP.dsSessionP];
33577
33578
  }
33578
33579
  var prop;
33579
33580
  try {