src/components/normalform/modalform/index.jsx
@@ -178,7 +178,9 @@ recordChange = (values, item) => { this.record = {...this.record, ...values} if (item && item.controlFields) { if (!item) return if (item.controlFields) { let map = new Map() this.state.formlist.forEach(cell => { if (!cell.field) return