king
2021-08-31 12add7610dc9a998b4296e3f203fa858694bdbd3
src/templates/sharecomponent/actioncomponent/index.jsx
@@ -836,11 +836,7 @@
    if (!el.origin && (el.OpenType === 'pop' || el.execMode === 'pop' || el.OpenType === 'popview' || (el.OpenType === 'tab' && el.tabTemplate === 'FormTab'))) {
      this.props.setSubConfig(el)
    } else {
      notification.warning({
        top: 92,
        message: '此按钮无子配置项!',
        duration: 5
      })
      this.handleAction(el)
    }
  }