@ -773,12 +773,6 @@
_getTargetTypeList(data){
switch(data){
case 'MYSQL':
if (this.srcQueryType === "1") {
this.targetTypeList = [
{
code: "HDFS"
}]
} else {
code: "HIVE"
@ -787,7 +781,6 @@
}
]
break;
case 'HDFS':