src/tabviews/zshare/mutilform/index.jsx
@@ -57,7 +57,9 @@ let supItemVal = {} // 上级菜单初始值 let deForms = [] // 需要动态获取下拉菜单的表单 action.fields.forEach(item => { let formlist = fromJS(action.fields).toJS() formlist.forEach(item => { if (item.type === 'text' || item.type === 'number') { // 用于过滤下拉菜单关联表单 _inputfields.push(item.field) } else if (item.type === 'textarea') { @@ -71,7 +73,7 @@ } }) let formlist = action.fields.map(item => { formlist = formlist.map(item => { if (item.labelwidth) { item.labelCol = {style: {width: item.labelwidth + '%'}} }