src/menu/components/form/formaction/actionform/index.jsx
@@ -149,7 +149,7 @@ this.state.formlist.forEach((item, index) => { if (item.hidden || item.forbid) return if (item.type === 'text') { // 文本搜索 if (item.type === 'text') { let _rules = [] if (item.key === 'innerFunc') { let str = '^(' + item.fields.join('|') + ')'