From defb24c2a9e816a3ee0c7261da9090f325b258e0 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 13 九月 2024 15:43:18 +0800
Subject: [PATCH] 2024-09-13

---
 src/components/normalform/modalform/index.jsx |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/components/normalform/modalform/index.jsx b/src/components/normalform/modalform/index.jsx
index 544716e..0ab789f 100644
--- a/src/components/normalform/modalform/index.jsx
+++ b/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) {

--
Gitblit v1.8.0