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

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

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