king
2020-10-21 5423c7caa9723e0b232ea6c5ef4aaf90bd7a3334
src/templates/zshare/modalform/datatable/index.jsx
@@ -293,6 +293,13 @@
        duration: 5
      })
      return
    } else if (this.state.data.length >= 20) {
      notification.warning({
        top: 92,
        message: '最多可添加20项!',
        duration: 5
      })
      return
    }
    let item = { key: Utils.getuuid(), $value: `${this.state.data.length + 1}` }