From c59e0c5a408aebe8080dfce3b2ebc4711f20e7a9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 二月 2020 08:56:11 +0800 Subject: [PATCH] 2020-02-04 --- src/tabviews/tableshare/actionList/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index 9c65c49..351af34 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/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, -- Gitblit v1.8.0