king
2020-09-10 159940642620c547bb020b5cdf4bf16a3dfae15f
src/templates/sharecomponent/actioncomponent/actionform/index.jsx
@@ -89,6 +89,8 @@
    } else if (_opentype === 'outerpage') {
      card.pageTemplate = 'custom'
      _opentype = 'innerpage'
    } else if (_opentype === 'blank') {
      _opentype = 'tab'
    }
    let _tabs = this.props.tabs.filter(tab => tab.type === _tabType)