@xuda.io/runtime-bundle 1.0.1331 → 1.0.1333
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
|
@@ -9180,7 +9180,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9180
9180
|
if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
|
|
9181
9181
|
SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
|
|
9182
9182
|
}
|
|
9183
|
-
|
|
9183
|
+
SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9184
9184
|
|
|
9185
9185
|
function deepUpdateObject(a, b) {
|
|
9186
9186
|
for (let key in b) {
|
|
@@ -9181,7 +9181,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9181
9181
|
if (!SYS_GLOBAL_OBJ_REFS[ref_field_id]) {
|
|
9182
9182
|
SYS_GLOBAL_OBJ_REFS[ref_field_id] = {};
|
|
9183
9183
|
}
|
|
9184
|
-
|
|
9184
|
+
SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9185
9185
|
|
|
9186
9186
|
function deepUpdateObject(a, b) {
|
|
9187
9187
|
for (let key in b) {
|