king
2019-12-31 c41b93d4c5e2146a1d1568887fb8ce1e3144d7fb
src/tabviews/subtable/index.jsx
@@ -180,7 +180,7 @@
    let searchlist = JSON.parse(JSON.stringify(this.state.searchlist))
    let deffers = []
    searchlist.forEach(item => {
      if (item.type !== 'select' && item.type !== 'link') return
      if (item.type !== 'multiselect' && item.type !== 'select' && item.type !== 'link') return
      if (item.setAll === 'true') {
        item.options.unshift({
          key: Utils.getuuid(),