From 1a67732f77de8afd138b6e75235edcc4c0e9a166 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 一月 2020 23:29:57 +0800 Subject: [PATCH] 2020-01-16 --- src/tabviews/tableshare/actionList/index.jsx | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index ecab41d..5fb6b00 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/tableshare/actionList/index.jsx @@ -117,6 +117,8 @@ url = url + '?ID=' + ids } window.open(url) + } else if (item.OpenType === 'tab' || item.OpenType === 'blank') { + this.props.triggerPopview(item, data) } else { notification.warning({ top: 92, @@ -743,6 +745,10 @@ let deffers = subfields.map(item => { let arrfield = item.valueField + ',' + item.valueText + if (item.valueField === item.valueText) { // value 涓� text 瀛楁鐩稿悓鏃� + arrfield = item.valueField + } + if (item.type === 'link') { arrfield = arrfield + ',' + item.linkField } else if (item.type === 'select' && item.linkSubField && item.linkSubField.length > 0) { -- Gitblit v1.8.0