Commit c9efb0de authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-admin]: 角色选项设置不正确

parent dd19dcd3
......@@ -162,7 +162,7 @@ export default {
roleOptions()
.then(response => {
this.roleOptions = response.data.data
this.roleOptions = response.data.data.list
})
},
methods: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment