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