修改质量传参
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | }) | ... | ... |
-
Please register or sign in to post a comment