@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.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -12388,10 +12388,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
12388
12388
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
12389
12389
|
);
|
|
12390
12390
|
|
|
12391
|
-
// remove old panel content
|
|
12392
|
-
$.each(panel_val.ids, async function (key, val) {
|
|
12393
|
-
|
|
12394
|
-
});
|
|
12391
|
+
// // remove old panel content
|
|
12392
|
+
// $.each(panel_val.ids, async function (key, val) {
|
|
12393
|
+
// $("[xu-ui-id='" + val + "']").remove();
|
|
12394
|
+
// });
|
|
12395
12395
|
} catch (error) {
|
|
12396
12396
|
debugger;
|
|
12397
12397
|
}
|
|
@@ -12644,7 +12644,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12644
12644
|
return ret;
|
|
12645
12645
|
},
|
|
12646
12646
|
'xu-ref': async function ($elm, val) {
|
|
12647
|
-
let ret = await common_fx['xu-ref']($container, val, $
|
|
12647
|
+
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
12648
12648
|
return ret;
|
|
12649
12649
|
},
|
|
12650
12650
|
},
|
|
@@ -10120,10 +10120,10 @@ func.UI.screen.refresh_screen = async function (SESSION_ID, fields_changed_arr,
|
|
|
10120
10120
|
wrapper_data.xuData.$root_container, // the wrapper root container
|
|
10121
10121
|
);
|
|
10122
10122
|
|
|
10123
|
-
// remove old panel content
|
|
10124
|
-
$.each(panel_val.ids, async function (key, val) {
|
|
10125
|
-
|
|
10126
|
-
});
|
|
10123
|
+
// // remove old panel content
|
|
10124
|
+
// $.each(panel_val.ids, async function (key, val) {
|
|
10125
|
+
// $("[xu-ui-id='" + val + "']").remove();
|
|
10126
|
+
// });
|
|
10127
10127
|
} catch (error) {
|
|
10128
10128
|
debugger;
|
|
10129
10129
|
}
|
|
@@ -10376,7 +10376,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10376
10376
|
return ret;
|
|
10377
10377
|
},
|
|
10378
10378
|
'xu-ref': async function ($elm, val) {
|
|
10379
|
-
let ret = await common_fx['xu-ref']($container, val, $
|
|
10379
|
+
let ret = await common_fx['xu-ref']($container, val, $container.data().xuData.xuPanelData.xuData.paramsP.dsSessionP);
|
|
10380
10380
|
return ret;
|
|
10381
10381
|
},
|
|
10382
10382
|
},
|