From f07fcb9f65ce2468439452755663870e7afc15c4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 18 五月 2021 20:25:31 +0800
Subject: [PATCH] 2021-05-18

---
 src/templates/zshare/modalform/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx
index 1b0addd..0c32aca 100644
--- a/src/templates/zshare/modalform/index.jsx
+++ b/src/templates/zshare/modalform/index.jsx
@@ -422,7 +422,7 @@
     const fields = []
 
     this.state.formlist.forEach((item, index) => {
-      if (!item.show) return
+      if (!item.show || item.forbid) return null
 
       if (item.type === 'text') { // 鏂囨湰鎼滅储
         let rules = []

--
Gitblit v1.8.0