king
2020-01-06 db18f67e6a9ec7be3446ebfb1592809b3c3dcb7d
src/templates/subtableconfig/actionform/index.jsx
@@ -287,37 +287,6 @@
    }
  }
  // showError = () => {
  //   const { errorType } = this.state
  //   if (errorType === 'S') {
  //     notification.success({
  //       top: 92,
  //       message: '执行成功!',
  //       duration: 2
  //     })
  //   } else if (errorType === 'F') {
  //     notification.error({
  //       className: 'notification-custom-error',
  //       top: 92,
  //       message: '执行失败!',
  //       duration: 15
  //     })
  //   } else if (errorType === 'N') {
  //     notification.error({
  //       top: 92,
  //       message: '执行失败!',
  //       duration: 15
  //     })
  //   } else if (errorType === 'E') {
  //     Modal.error({
  //       title: '执行失败!'
  //     })
  //   } else if (errorType === 'NM') {
  //     message.error('执行失败!')
  //   }
  // }
  getFields() {
    const { getFieldDecorator } = this.props.form
    const fields = []
@@ -455,6 +424,7 @@
        if (!err) {
          values.id = this.props.card.id
          values.uuid = this.props.card.uuid
          values.verify = this.props.card.verify || null
          if (values.OpenType === 'excelIn' || values.OpenType === 'excelOut') {
            values.position = 'toolbar'