fix 角色下拉列表无值
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
|||||||
|
|
||||||
onLoadRoleList() {
|
onLoadRoleList() {
|
||||||
return this.$api.getRolePage().then(({ data }) => {
|
return this.$api.getRolePage().then(({ data }) => {
|
||||||
return data.rows;
|
return data.items;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user