mirror of
https://gitee.com/ssssssss-team/magic-boot.git
synced 2025-03-03 22:32:50 +08:00
修复修改权限没有反显bug
This commit is contained in:
parent
dec414894d
commit
e7d3c1e12f
@ -19,7 +19,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.$get('menu/by/role',{ roleId: this.id }).then(res => {
|
||||
this.menus = res.data.map((row) => row.id).join(',')
|
||||
this.menus = res.data.join(',')
|
||||
})
|
||||
},
|
||||
methods: {
|
||||
|
@ -36,6 +36,7 @@ upload:
|
||||
|
||||
magic-api:
|
||||
web: /magic/web
|
||||
show-sql: true #配置打印SQL
|
||||
sql-column-case: camel
|
||||
page-config:
|
||||
page: current
|
||||
|
Loading…
Reference in New Issue
Block a user