@xuda.io/runtime-bundle 1.0.267 → 1.0.268
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
|
@@ -16248,7 +16248,7 @@ func.UI.screen.render_ui_tree = async function (
|
|
|
16248
16248
|
SESSION_ID,
|
|
16249
16249
|
$divP,
|
|
16250
16250
|
nodeP.children[key],
|
|
16251
|
-
|
|
16251
|
+
null,
|
|
16252
16252
|
paramsP,
|
|
16253
16253
|
jobNoP,
|
|
16254
16254
|
is_skeleton,
|
|
@@ -13658,7 +13658,7 @@ func.UI.screen.render_ui_tree = async function (
|
|
|
13658
13658
|
SESSION_ID,
|
|
13659
13659
|
$divP,
|
|
13660
13660
|
nodeP.children[key],
|
|
13661
|
-
|
|
13661
|
+
null,
|
|
13662
13662
|
paramsP,
|
|
13663
13663
|
jobNoP,
|
|
13664
13664
|
is_skeleton,
|