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

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

parent dd19dcd3
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
roleOptions() roleOptions()
.then(response => { .then(response => {
this.roleOptions = response.data.data this.roleOptions = response.data.data.list
}) })
}, },
methods: { 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