Commit e6fce994 authored by 程恺文's avatar 程恺文

修改

parent f3e3976e
Pipeline #78407 passed with stages
......@@ -1251,7 +1251,7 @@ const FlowChart = props => {
let list = new Set([]);
let errorList = new Set();
diagramObj.nodeDataArray.forEach(item => {
if (item.NodeType === '1' || item.NodeType === '0' || item.NodeType === '1') {
if (item.NodeType === '1' || item.NodeType === '1' || item.NodeType === '1') {
if (!item.TableName || !item.Fields) {
errorList.add(item.NodeName);
}
......
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