king
2023-01-13 930a74e9fb7bd74e7fb0875b13d16657c1163c58
src/tabviews/zshare/actionList/normalbutton/index.jsx
@@ -867,7 +867,7 @@
    }
  
    // 添加数据中字段,表单值优先(按钮不选行或多行拼接时跳过)
    if (data && btn.Ot !== 'notRequired' && btn.Ot !== 'requiredOnce' && columns && columns.length > 0) {
    if (data && btn.Ot !== 'notRequired' && columns && columns.length > 0) {
      datavars = {...data, ...datavars}
  
      const setField = (col) => {