king
2020-04-14 b24691f4e391e80607532fe66087bde015ee2dee
src/templates/subtableconfig/index.jsx
@@ -1162,6 +1162,17 @@
        }
      }
      let btnNames = config.action.map(item => item.label)
      btnNames = Array.from(new Set(btnNames))
      if (btnNames.length < config.action.length) {
        notification.warning({
          top: 92,
          message: '按钮名称不可相同!',
          duration: 10
        })
        return
      }
      let _LongParam = ''
      let _config = {...config, tables: this.state.selectedTables, ...res}