king
2024-08-25 ae170a9d58b4f91a225eada1dc83ed4a116b8d50
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) {