src/tabviews/tableshare/actionList/index.jsx
@@ -862,6 +862,7 @@ const { execAction, tabledata } = this.state let _this = this let _fields = [] if (execAction.groups.length > 0) { execAction.groups.forEach(group => { _fields = [..._fields, ...group.sublist] @@ -869,6 +870,7 @@ } else { _fields = execAction.fields } let result = _fields.map(item => { return { key: item.field,