Browse Source

fix

pull/2/head
break60 4 years ago
parent
commit
561c6c88f5
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue
  2. 3
      dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/_source/list.vue

@ -129,6 +129,6 @@
this.list = this.workerGroupList
},
mounted () {},
components: { }
components: {},
}
</script>

3
dolphinscheduler-ui/src/js/conf/home/pages/security/pages/workerGroups/index.vue

@ -141,8 +141,7 @@
this.searchParams.pageNo = _.isEmpty(a.query) ? 1 : a.query.pageNo
}
},
created () {
},
created () {},
mounted () {
this.$modal.destroy()
},

Loading…
Cancel
Save