king
2023-03-06 63a40e3da5f24b449122fb8b50c16dcbf69d5907
src/tabviews/commontable/index.jsx
@@ -338,6 +338,14 @@
            }
          }
        }
        if (item.controlField) {
          if (/,/ig.test(item.controlVal)) {
            item.controlVals = item.controlVal.split(',')
          } else {
            item.controlVals = [(item.controlVal || '')]
          }
        }
        
        if (item.position === 'toolbar') {
          item.$toolbtn = true