临时提交

pull/1642/head
panlinlin 2024-07-10 23:25:54 +08:00
parent bec52f687e
commit 84dcd4d8b8
1 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,8 @@ export default {
props: [ 'id',],
computed: {},
created() {
//
//
},
data() {
@ -36,8 +38,7 @@ export default {
close: function () {
},
getAllRole:function () {
getChannel:function () {
this.$axios({
method: 'get',
url: "/api/role/all"