@xuda.io/runtime-bundle 1.0.311 → 1.0.313
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
|
@@ -14204,7 +14204,8 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
14204
14204
|
|
|
14205
14205
|
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) {
|
|
14206
14206
|
if (!is_skeleton) {
|
|
14207
|
-
var
|
|
14207
|
+
var _session = SESSION_OBJ[SESSION_ID];
|
|
14208
|
+
var _ds = _session.DS_GLB[paramsP.dsSessionP];
|
|
14208
14209
|
}
|
|
14209
14210
|
var prop;
|
|
14210
14211
|
try {
|
|
@@ -11614,7 +11614,8 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
11614
11614
|
|
|
11615
11615
|
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) {
|
|
11616
11616
|
if (!is_skeleton) {
|
|
11617
|
-
var
|
|
11617
|
+
var _session = SESSION_OBJ[SESSION_ID];
|
|
11618
|
+
var _ds = _session.DS_GLB[paramsP.dsSessionP];
|
|
11618
11619
|
}
|
|
11619
11620
|
var prop;
|
|
11620
11621
|
try {
|