Commit c100a921 by zhaochengxiang

合并到基线bug

parent dc1a1ef3
......@@ -141,9 +141,10 @@ class Model extends React.Component {
});
} else {
selectModelerIds?.forEach(id => {
const index = (tableData||[]).findIndex(item => item.id?.split('-')[0] === id?.split('-')[0]);
const index = (tableData||[]).findIndex(item => item.id===id);
if (index !== -1 && !tableData[index].supportJoin) {
canBatchJoin = false
}
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment