Commit e1b3263e authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

样式问题

parent 4c13137e
......@@ -251,7 +251,7 @@ export default {
computed:{
defaultProps(){
return {
label: this.$l("name"),
label: this.$t("name"),
children: "children"
}
},
......@@ -398,6 +398,7 @@ export default {
listSimpleMenus().then(response => {
// 处理 menuOptions 参数
this.menuOptions = [];
console.log("response.data:"+JSON.stringify(response.data));
this.menuOptions.push(...this.handleTree(response.data, "id"));
});
// 获得角色拥有的菜单集合
......
Markdown is supported
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