未验证 提交 0794cc53 编写于 作者: 小二黑 提交者: GitHub

[FIX-#4468] [UI] Workflow relationships Name filtering invalidated #4508

Co-authored-by: N花花 <huahua@thinkingdata.cn>
上级 734b188b
......@@ -99,11 +99,10 @@
})
},
async onChange (item) {
const { value, label } = item || {}
this.isLoading = true
this.currentItemName = label
this.currentItemName = item
try {
await this.getWorkFlowDAG(value)
await this.getWorkFlowDAG(item)
} catch (error) {
this.$message.error(error.msg || '')
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册