@xuda.io/runtime-bundle 1.0.1004 → 1.0.1005

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.
@@ -14892,7 +14892,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
14892
14892
  }
14893
14893
 
14894
14894
  if (typeof _ds.parentDataSourceNo !== 'undefined') {
14895
- str += get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
14895
+ str += get_xu_render_cache_str(SESSION_ID, _ds.parentDataSourceNo);
14896
14896
  }
14897
14897
 
14898
14898
  return str;
@@ -12617,7 +12617,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
12617
12617
  }
12618
12618
 
12619
12619
  if (typeof _ds.parentDataSourceNo !== 'undefined') {
12620
- str += get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
12620
+ str += get_xu_render_cache_str(SESSION_ID, _ds.parentDataSourceNo);
12621
12621
  }
12622
12622
 
12623
12623
  return str;