@xuda.io/xuda-worker-bundle 1.3.2622 → 1.3.2623
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -7576,7 +7576,7 @@ func.events.execute = async function (
|
|
|
7576
7576
|
var field_elm = elementP;
|
|
7577
7577
|
|
|
7578
7578
|
var calling_field_id = field_elm;
|
|
7579
|
-
if (field_elm && typeof field_elm === 'object') calling_field_id =
|
|
7579
|
+
if (field_elm && typeof field_elm === 'object') calling_field_id = func.runtime.ui.get_attr(field_elm, 'xu-ui-id');
|
|
7580
7580
|
|
|
7581
7581
|
var log_nodeId;
|
|
7582
7582
|
var log_prog_id;
|