king
2023-09-25 fa80cc6f1fe2b358e0450d0114b8f9f824e4854e
src/templates/sharecomponent/tablecomponent/index.jsx
@@ -104,7 +104,7 @@
    let _table = tables.filter(item => item.TbName === value)[0]
    if (selectedTables.findIndex(cell => cell.TbName === value) > -1) return
    if (!_table || selectedTables.findIndex(cell => cell.TbName === value) > -1) return
    let _tables = [...selectedTables, _table]