king
2020-02-21 063b983daaf51a7f1e8677bde1e9c0e618866c91
src/templates/subtableconfig/actionform/index.jsx
@@ -89,7 +89,6 @@
    let _intertype = ''
    let _position = ''
    let _tabType = ''
    let _linkTab = ''
    let _options = null
    this.props.formlist.forEach(form => {
@@ -101,13 +100,10 @@
        _position = form.initVal
      } else if (form.key === 'tabType') {
        _tabType = form.initVal
      } else if (form.key === 'linkTab') {
        _linkTab = form.initVal
      }
    })
    let _tabs = this.props.tabs.filter(tab => tab.type === _tabType)
    let initTab = _tabs.filter(tab => tab.uuid === _linkTab)[0]
    if (_opentype === 'popview') {
      _options = ['label', 'Ot', 'OpenType', 'icon', 'class', 'position', 'tabType', 'linkTab', 'popClose']
@@ -159,9 +155,6 @@
            },
            ..._tabs
          ]
          if (!initTab) {
            item.initVal = ''
          }
        } else if (item.key === 'OpenType') {
          item.options = [
            {