@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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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 = field_elm.attr('xu-ui-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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle",
3
- "version": "1.3.2622",
3
+ "version": "1.3.2623",
4
4
  "description": "xuda framework",
5
5
  "main": "index.js",
6
6
  "scripts": {