forked from kidgrow-microservices-platform

bingbing
2020-07-23 e6a149ea753350d3bebbd76ce40315a8b6016b4e
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);
            }
        });