luolei 5 years ago
parent
commit
1af168e297
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/js/roleManager.js

+ 1 - 0
src/js/roleManager.js

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