forked from github/dataease
fix: 检验数据源重复
This commit is contained in:
parent
b93847a5b4
commit
92fe0597ae
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user