@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.
|
@@ -34576,7 +34576,7 @@ const get_xu_render_cache_str = function (SESSION_ID, dsSessionP) {
|
|
|
34576
34576
|
}
|
|
34577
34577
|
|
|
34578
34578
|
if (typeof _ds.parentDataSourceNo !== 'undefined') {
|
|
34579
|
-
str += get_xu_render_cache_str(SESSION_ID, parentDataSourceNo);
|
|
34579
|
+
str += get_xu_render_cache_str(SESSION_ID, _ds.parentDataSourceNo);
|
|
34580
34580
|
}
|
|
34581
34581
|
|
|
34582
34582
|
return str;
|