forked from kidgrow-microservices-platform

zhaoxiaohao
2020-07-23 0c0e1e9adcc0102b2ed0d88f1fec94e83f4174e6
kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/system/role.html
@@ -152,8 +152,8 @@
                { field: 'enabled', width: 100, sort: true, templet: '#role-tpl-state', title: 'ηŠΆζ€' },
                { align: 'center', toolbar: '#role-table-bar', title: 'ζ“δ½œ', width: 320 }
            ]],
            done:function(){
                permissionsInput();
            done:function(res){
                permissionsInput(res,config);
            }
        });