|
@@ -307,6 +307,7 @@ $(function(){
|
|
let id = $(this).attr("data-id")
|
|
let id = $(this).attr("data-id")
|
|
curId = id
|
|
curId = id
|
|
permissionIdLis=[],menuIdLis=[];
|
|
permissionIdLis=[],menuIdLis=[];
|
|
|
|
+ $(".rightMenu").scrollTop(0)
|
|
$(this).css({"background-color":"#F0F5FF"}).siblings().css("background-color","#fff")
|
|
$(this).css({"background-color":"#F0F5FF"}).siblings().css("background-color","#fff")
|
|
getRoleMenu(id)
|
|
getRoleMenu(id)
|
|
})
|
|
})
|