mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-03 04:39:00 +08:00
[FIX-#4468] [UI] Workflow relationships Name filtering invalidated #4508
Co-authored-by: 花花 <huahua@thinkingdata.cn>
This commit is contained in:
parent
734b188bd1
commit
0794cc5358
@ -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 || '')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user