fd72666b by lihua

修改质量传参

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