@xuda.io/runtime-bundle 1.0.751 → 1.0.752
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.
|
@@ -32320,6 +32320,10 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
32320
32320
|
value = false;
|
|
32321
32321
|
}
|
|
32322
32322
|
}
|
|
32323
|
+
if (field_prop.props.fieldType === 'object' && $elm.attr('type') === 'text' && val.value.split('.').length > 1) {
|
|
32324
|
+
let str = val.value.replace(bind_field_id, '(' + JSON.stringify(value) + ')');
|
|
32325
|
+
value = eval(str);
|
|
32326
|
+
}
|
|
32323
32327
|
} else {
|
|
32324
32328
|
value = val.value;
|
|
32325
32329
|
}
|