This is an automated email from the ASF dual-hosted git repository.
jinyleechina pushed a commit to branch 2.0.4-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/2.0.4-prepare by this push:
new 6d40dcb [Fix-8335][UI] Sqoop node change data source type to hive
error (#8349)
6d40dcb is described below
commit 6d40dcb12cb86dc6e3d6aa5c3dc83d7df8b6265a
Author: wangyizhi <[email protected]>
AuthorDate: Fri Feb 11 20:23:13 2022 +0800
[Fix-8335][UI] Sqoop node change data source type to hive error (#8349)
---
.../src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue
index 8b2fe21..38f9b81 100644
---
a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue
+++
b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/sqoop.vue
@@ -89,7 +89,7 @@
size="small"
v-model="sourceType"
:disabled="isDetails"
- @change="_handleSourceTypeChange">
+ @change="(val)=> _handleSourceTypeChange({label: val})">
<el-option
v-for="city in sourceTypeList"
:key="city.code"