Commit 6691ef12 authored by 龚小红's avatar 龚小红

增加解决方案的菜单列表和标签列表

parent 8ae87b06
...@@ -60,6 +60,9 @@ public class Work implements Authorization { ...@@ -60,6 +60,9 @@ public class Work implements Authorization {
otoAreaAuth(); otoAreaAuth();
menuList(11); menuList(11);
otoPlanAuth();
menuList(3);
otoManagerAuth(); otoManagerAuth();
menuList(20); menuList(20);
} }
...@@ -98,6 +101,9 @@ public class Work implements Authorization { ...@@ -98,6 +101,9 @@ public class Work implements Authorization {
otoAreaAuth(); otoAreaAuth();
tagList(tags); tagList(tags);
otoPlanAuth();
tagList(tags);
otoManagerAuth(); otoManagerAuth();
tagList(tags); tagList(tags);
} }
......
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