Commit 718cff7e authored by liminge's avatar liminge

在线组件工具调整

parent ec1fa3b6
...@@ -1071,13 +1071,13 @@ export default { ...@@ -1071,13 +1071,13 @@ export default {
this.manage_arr[0].url = this.manage_arr[0].url =
"/authority/organization/detail/" + this.userInfo.department_id; "/authority/organization/detail/" + this.userInfo.department_id;
this.init_func(); this.init_func();
this.getNowMenu()
} else { } else {
this.getCurrentUser(); this.getCurrentUser();
} }
if (state != "needLogin") { if (state != "needLogin") {
this.online_tool_arr.splice(0,1) this.online_tool_arr.splice(0,1)
} }
this.getNowMenu()
}, },
methods: { methods: {
getNowMenu() { getNowMenu() {
......
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