提交 7a3976d8 编写于 作者: 大数据猿人's avatar 大数据猿人 提交者: lenboo

remove the verification of the task name in the formModel.vue (#6464)

上级 d13652dd
......@@ -708,13 +708,6 @@
if (this.name === this.backfillItem.name) {
return true
}
// Name repeat depends on dom backfill dependent store
const tasks = this.store.state.dag.tasks
const task = tasks.find((t) => t.name === this.name)
if (task) {
this.$message.warning(`${i18n.$t('Name already exists')}`)
return false
}
return true
},
_verifWorkGroup () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册