0.6.3 用户详情bug

This commit is contained in:
磷叶 2025-03-07 17:55:19 +08:00
parent 5f98cc660d
commit 2110645392

View File

@ -81,7 +81,9 @@ export default {
},
data() {
return {
detail: {},
detail: {
roles: []
},
loading: false,
}
},