king
2021-05-18 f07fcb9f65ce2468439452755663870e7afc15c4
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 = []