king
2023-06-02 7e3e54c3b18b1ff5cc2fd095e0153ea9928068c2
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