@xuda.io/runtime-bundle 1.0.514 → 1.0.516
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.
|
@@ -32079,10 +32079,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
32079
32079
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
32080
32080
|
);
|
|
32081
32081
|
|
|
32082
|
-
// remove old panel content
|
|
32083
|
-
$.each(panel_val.ids, async function (key, val) {
|
|
32084
|
-
|
|
32085
|
-
});
|
|
32082
|
+
// // remove old panel content
|
|
32083
|
+
// $.each(panel_val.ids, async function (key, val) {
|
|
32084
|
+
// $("[xu-ui-id='" + val + "']").remove();
|
|
32085
|
+
// });
|
|
32086
32086
|
} catch (error) {
|
|
32087
32087
|
debugger;
|
|
32088
32088
|
}
|
|
@@ -32335,7 +32335,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32335
32335
|
return ret;
|
|
32336
32336
|
},
|
|
32337
32337
|
'xu-ref': async function ($elm, val) {
|
|
32338
|
-
let ret = await common_fx['xu-ref']($container, val, $
|
|
32338
|
+
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
32339
32339
|
return ret;
|
|
32340
32340
|
},
|
|
32341
32341
|
},
|