提交 92fe0597 authored 作者: taojinlong's avatar taojinlong

fix: 检验数据源重复

上级 b93847a5
......@@ -539,8 +539,13 @@ export default {
return
}
let configuration = JSON.parse(child.configuration)
if(!configuration){
return
}
switch (this.form.type) {
case 'mysql':
case 'TiDB':
case 'StarRocks':
case 'hive':
case 'mariadb':
case 'ds_doris':
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论