mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 20:28:03 +08:00
fix
This commit is contained in:
parent
8854b36561
commit
561c6c88f5
@ -129,6 +129,6 @@
|
||||
this.list = this.workerGroupList
|
||||
},
|
||||
mounted () {},
|
||||
components: { }
|
||||
components: {},
|
||||
}
|
||||
</script>
|
@ -141,8 +141,7 @@
|
||||
this.searchParams.pageNo = _.isEmpty(a.query) ? 1 : a.query.pageNo
|
||||
}
|
||||
},
|
||||
created () {
|
||||
},
|
||||
created () {},
|
||||
mounted () {
|
||||
this.$modal.destroy()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user