Browse Source

fix

pull/3/MERGE
break60 4 years ago
parent
commit
a150d7a76f
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/dependItemList.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/_source/dependItemList.vue

@ -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…
Cancel
Save