diff --git a/src/views/etl/switch/index.vue b/src/views/etl/switch/index.vue index eb3c9b1..6d7ff59 100644 --- a/src/views/etl/switch/index.vue +++ b/src/views/etl/switch/index.vue @@ -351,8 +351,6 @@ export default { }) }, addSource(){ - this.$refs["sourceAddReq"].validate(valid => { - if (valid){ if (this.sourceAddReq.id!=undefined){ update(this.sourceAddReq).then(res=>{ if (res.code===200){ @@ -368,8 +366,6 @@ export default { } }) } - } - }); }, //测试连接 textConnect(row){