mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 03:37:46 +08:00
fix
This commit is contained in:
parent
3d3796ed06
commit
a150d7a76f
@ -105,7 +105,7 @@
|
||||
* remove task
|
||||
*/
|
||||
_remove (i) {
|
||||
this.dependTaskList[this.index].dependItemList.splice(i, 1)
|
||||
// this.dependTaskList[this.index].dependItemList.splice(i, 1)
|
||||
this._removeTip()
|
||||
if (!this.dependItemList.length || this.dependItemList.length === 0) {
|
||||
this.$emit('on-delete-all', {
|
||||
|
Loading…
Reference in New Issue
Block a user