@xuda.io/runtime-bundle 1.0.1336 → 1.0.1338
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
|
@@ -9196,7 +9196,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9196
9196
|
}
|
|
9197
9197
|
return a;
|
|
9198
9198
|
}
|
|
9199
|
-
deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
|
|
9199
|
+
// deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
|
|
9200
9200
|
SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9201
9201
|
ret = true;
|
|
9202
9202
|
}
|
|
@@ -9197,7 +9197,7 @@ func.UI.update_xu_ref = function (SESSION_ID, dsSessionP, ref_field_id, $elm) {
|
|
|
9197
9197
|
}
|
|
9198
9198
|
return a;
|
|
9199
9199
|
}
|
|
9200
|
-
deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
|
|
9200
|
+
// deepUpdateObject(SYS_GLOBAL_OBJ_REFS[ref_field_id], obj);
|
|
9201
9201
|
SYS_GLOBAL_OBJ_REFS[ref_field_id] = obj;
|
|
9202
9202
|
ret = true;
|
|
9203
9203
|
}
|