@xuda.io/runtime-bundle 1.0.436 → 1.0.438
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
|
@@ -11790,7 +11790,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11790
11790
|
try {
|
|
11791
11791
|
// const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
|
|
11792
11792
|
|
|
11793
|
-
const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep(
|
|
11793
|
+
const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep($div_elm.data().xuData.node), {}, $div_elm.data().xuData.paramsP, null, null, $div_elm.data().xuData.key, null, $div_elm.data().xuData.parent_node, null, $div_elm.data().xuData.$root_container);
|
|
11794
11794
|
|
|
11795
11795
|
// remove old panel content
|
|
11796
11796
|
$.each(panel_val.ids, async function (key, val) {
|
|
@@ -11799,7 +11799,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
11799
11799
|
} catch (error) {
|
|
11800
11800
|
debugger;
|
|
11801
11801
|
}
|
|
11802
|
-
|
|
11802
|
+
// continue;
|
|
11803
11803
|
}
|
|
11804
11804
|
}
|
|
11805
11805
|
};
|
|
@@ -9863,7 +9863,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9863
9863
|
try {
|
|
9864
9864
|
// const $org_panel = panel_val.$div.data().xuPanelData.$panel_div;
|
|
9865
9865
|
|
|
9866
|
-
const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep(
|
|
9866
|
+
const new_$div = await func.UI.screen.render_ui_tree(SESSION_ID, $div_elm, _.cloneDeep($div_elm.data().xuData.node), {}, $div_elm.data().xuData.paramsP, null, null, $div_elm.data().xuData.key, null, $div_elm.data().xuData.parent_node, null, $div_elm.data().xuData.$root_container);
|
|
9867
9867
|
|
|
9868
9868
|
// remove old panel content
|
|
9869
9869
|
$.each(panel_val.ids, async function (key, val) {
|
|
@@ -9872,7 +9872,7 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
9872
9872
|
} catch (error) {
|
|
9873
9873
|
debugger;
|
|
9874
9874
|
}
|
|
9875
|
-
|
|
9875
|
+
// continue;
|
|
9876
9876
|
}
|
|
9877
9877
|
}
|
|
9878
9878
|
};
|