king
2024-09-13 defb24c2a9e816a3ee0c7261da9090f325b258e0
src/components/normalform/modalform/index.jsx
@@ -135,10 +135,8 @@
        cell.$ctrls = cell.$ctrls || []
        cell.$ctrls.push(key)
        if (cell.hidden) return
        if (cell.skip && supItem.forbid) { // 上级表单禁用时,此表单不受控制
        if (cell.hidden) {
        } else if (supItem.hidden) {
          cell.hidden = true
        } else if (item.notNull) {