king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/templates/zshare/verifycardexcelout/columnform/index.jsx
@@ -28,21 +28,10 @@
  handleConfirm = () => {
    // const { columns } = this.props
    // 表单提交时检查输入值是否正确
    this.props.form.validateFieldsAndScroll((err, values) => {
      if (!err) {
        values.uuid = this.state.editItem ? this.state.editItem.uuid : ''
        // let _col = columns.filter(col => col.uuid !== values.uuid && col.Column === values.Column)
        // if (_col.length > 0) {
        //   notification.warning({
        //     top: 92,
        //     message: 'Excel列字段名,不可重复!',
        //     duration: 10
        //   })
        //   return
        // }
        this.props.columnChange(values)
        this.setState({