bee543a5 by lihua

质量过滤条件验证sql传dataSource

1 parent b0807dcc
......@@ -1420,7 +1420,8 @@ const selectSubjectTables = computed(() => {
groupName: tInfo.modelGroupName,
guid: tInfo.modelGuid,
parentGuid: tInfo.modelGroupGuid,
subjectGuid: tInfo.subjectGuid
subjectGuid: tInfo.subjectGuid,
dataSource: tInfo.dataSource
}];
}
return v.qualityModelGuid ? (treeSelectNode.value ? [treeSelectNode.value] : []): [];
......
......@@ -149,7 +149,8 @@ const validateSql = () => {
tables.map(t => {
return {
subjectGuid: t.subjectGuid,
condition: filter
condition: filter,
dataSource: t.dataSource
}
})
).then((res: any) => {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!