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]