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}` }