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 this.list = this.workerGroupList
}, },
mounted () {}, mounted () {},
components: { } components: {},
} }
</script> </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 this.searchParams.pageNo = _.isEmpty(a.query) ? 1 : a.query.pageNo
} }
}, },
created () { created () {},
},
mounted () { mounted () {
this.$modal.destroy() this.$modal.destroy()
}, },

Loading…
Cancel
Save