king
2020-02-04 c59e0c5a408aebe8080dfce3b2ebc4711f20e7a9
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,