feat:system 修改

This commit is contained in:
wangwenrui
2021-04-21 18:24:25 +08:00
parent ead11e248c
commit 02922f9aae
9 changed files with 73 additions and 40 deletions

View File

@@ -71,7 +71,8 @@ export default {
methods: {
addApiKey: function () {
this.$refs.dataTable.addApiKey()
}
this.$refs.dataTable.getRoles()
},
}
}
</script>