src/tabviews/zshare/mutilform/index.jsx
@@ -95,8 +95,11 @@ formlist.forEach(item => { if (item.type === 'text' || item.type === 'number') { // 用于过滤下拉菜单关联表单 _inputfields.push(item.field) } else if (item.type === 'textarea' && item.encryption === 'true') { // 加密字段 } else if (item.type === 'textarea') { _inputfields.push(item.field) if (item.encryption === 'true') { // 加密字段 encrypts.push(item.field) } } else if (item.type === 'link') { linkFields[item.linkField] = linkFields[item.linkField] || [] linkFields[item.linkField].push(item.field)