src/templates/zshare/modalform/fieldtable/index.jsx
@@ -11,7 +11,6 @@ class EdiFieldsTable extends Component { static propTpyes = { dict: PropTypes.object, // 字典项 onChange: PropTypes.func // 数据变化 } @@ -118,6 +117,16 @@ this.setState({loading: false}) }) return } else if (fields.filter(f => f.toLowerCase() === 'value').length > 0) { notification.warning({ top: 92, message: '字段名不可使用value!', duration: 5 }) this.setState({loading: true}, () => { this.setState({loading: false}) }) return } this.setState({ data }, () => {