@xuda.io/runtime-bundle 1.0.949 → 1.0.950
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
|
@@ -11327,13 +11327,13 @@ func.UI.screen.call_embed = function (SESSION_ID, prog) {
|
|
|
11327
11327
|
func.UI.main.embed_prog_execute(SESSION_ID, prog);
|
|
11328
11328
|
};
|
|
11329
11329
|
func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession_changed, avoid_xu_for_refresh) {
|
|
11330
|
-
if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
11331
|
-
|
|
11332
|
-
|
|
11333
|
-
|
|
11334
|
-
|
|
11335
|
-
|
|
11336
|
-
}
|
|
11330
|
+
// if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
11331
|
+
// // let dom to finish
|
|
11332
|
+
// setTimeout(() => {
|
|
11333
|
+
// func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession_changed);
|
|
11334
|
+
// }, 100);
|
|
11335
|
+
// return;
|
|
11336
|
+
// }
|
|
11337
11337
|
UI_WORKER_OBJ.cache = {};
|
|
11338
11338
|
const _session = SESSION_OBJ[SESSION_ID];
|
|
11339
11339
|
if (glb.DEBUG_MODE) {
|
|
@@ -9054,13 +9054,13 @@ func.UI.screen.call_embed = function (SESSION_ID, prog) {
|
|
|
9054
9054
|
func.UI.main.embed_prog_execute(SESSION_ID, prog);
|
|
9055
9055
|
};
|
|
9056
9056
|
func.UI.screen.refresh_xu_attributes = async function (SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession_changed, avoid_xu_for_refresh) {
|
|
9057
|
-
if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
9058
|
-
|
|
9059
|
-
|
|
9060
|
-
|
|
9061
|
-
|
|
9062
|
-
|
|
9063
|
-
}
|
|
9057
|
+
// if (!_.isEmpty(SCREEN_BLOCKER_OBJ)) {
|
|
9058
|
+
// // let dom to finish
|
|
9059
|
+
// setTimeout(() => {
|
|
9060
|
+
// func.UI.screen.refresh_xu_attributes(SESSION_ID, fields_arr, jobNoP, $elm_to_search, dsSession_changed);
|
|
9061
|
+
// }, 100);
|
|
9062
|
+
// return;
|
|
9063
|
+
// }
|
|
9064
9064
|
UI_WORKER_OBJ.cache = {};
|
|
9065
9065
|
const _session = SESSION_OBJ[SESSION_ID];
|
|
9066
9066
|
if (glb.DEBUG_MODE) {
|