Commit 98eb12d08ce53618a7b208e6ff530c3c084c5806

Authored by lizhuojun
1 parent f638bd22

线调更新

src/main/resources/static/pages/permission/user/authorize.html
... ... @@ -526,14 +526,6 @@
526 526 up_scroll();
527 527 }
528 528  
529   - function reset_role_list(){
530   - var actives = $('ul.role-list>li.active');
531   - if(actives.length > 0){
532   - $('ul.role-list>li.active').removeClass('active');
533   - render_user_list(users);
534   - $('.authorize_right_cont').empty();
535   - }
536   - }
537 529  
538 530 function up_scroll() {
539 531 $('.ct_page .uk-card .ct-card-body').perfectScrollbar('update');
... ...