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

样式问题

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