9035155b by lihua

修改质量传参

1 parent 73570293
......@@ -193,7 +193,7 @@ const changeStep = (val, skip = false) => {
child.guid = child.tableGuid || child.guid;
child.enName = child.tableName;
child.chName = child.tableChName || child.name;
child.dataSourceGuid = child.parentGuid;
child.dataSourceGuid = route.query.dataSource == '4' ? child.parentGuid : child.dataSourceGuid;
child.databaseName = child.databaseName,
toSubjectTables.value.push(child);
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!