@xuda.io/runtime-bundle 1.0.515 → 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
|
}
|
|
@@ -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
|
}
|