src/tabviews/tableshare/actionList/index.jsx
@@ -109,7 +109,14 @@ duration: 10 }) } else if (item.OpenType === 'outerpage') { console.log(item) let url = item.url if (item.Ot === 'requiredSgl' && setting.primaryKey) { url = url + '?ID=' + data[0][setting.primaryKey] } else if (item.Ot !== 'notRequired' && !setting.primaryKey) { let ids = data.map(_data => _data[setting.primaryKey]).join(',') url = url + '?ID=' + ids } window.open(url) } else { notification.warning({ top: 92,