king
2022-06-10 9fa028fdac3517c2c2b167e52782f83185daa131
src/tabviews/zshare/mutilform/index.jsx
@@ -120,12 +120,6 @@
      if (['select', 'link', 'radio', 'checkbox', 'checkcard', 'multiselect'].includes(item.type)) {
        item.options = item.options || []
        // item.options = item.options.map(cell => {
        //   cell.value = cell.Value
        //   cell.label = cell.Text
        //   return cell
        // })
        item.options = item.options.filter(cell => {
          cell.value = cell.Value
          cell.label = cell.Text