This commit is contained in:
break60 2020-05-07 21:13:16 +08:00 committed by gaojun2048
parent a35649779b
commit 1c7dfbdc9e
2 changed files with 2 additions and 3 deletions

View File

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

View File

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