|  |  | 
 |  |  |         url: baseUrl+'/permission/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 16, | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  |         cols: [[ | 
 |  |  |             {type: 'checkbox', fixed: 'left'} | 
 |  |  |             ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80} | 
 |  |  |              //,{field: 'title', title: '标题', sort: true,align: 'center', fixed: 'left', width: 80} | 
 |  |  |             ,{field: 'title', title: '标题', align: 'center',} | 
 |  |  |             ,{field: 'name', align: 'center',title: '权限名称'} | 
 |  |  |             ,{field: 'action', align: 'center',title: '接口地址'} | 
 |  |  |             ,{field: 'resourceName', align: 'center',title: '所属菜单',event: 'Resource', style: 'text-decoration: underline;cursor:pointer'} | 
 |  |  |             ,{field: 'status$', align: 'center',title: '状态'} | 
 |  |  |             // ,{field: 'resourceName', align: 'center',title: '所属菜单',event: 'Resource', style: 'text-decoration: underline;cursor:pointer'} | 
 |  |  |             // ,{field: 'status$', align: 'center',title: '状态'} | 
 |  |  |  | 
 |  |  |             ,{fixed: 'right', title:'操作', align: 'center', toolbar: '#operate', width:150} | 
 |  |  |         ]], | 
 |  |  | 
 |  |  |         }, | 
 |  |  |         done: function(res, curr, count) { | 
 |  |  |             if (res.code === 403) { | 
 |  |  |                 top.location.href = "/"; | 
 |  |  |                 top.location.href = baseUrl+"/"; | 
 |  |  |             } | 
 |  |  |             pageCurr=curr; | 
 |  |  |             limit(); | 
 |  |  | 
 |  |  |             }, | 
 |  |  |             done: function (res, curr, count) { | 
 |  |  |                 if (res.code === 403) { | 
 |  |  |                     top.location.href = "/"; | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 } | 
 |  |  |                 pageCurr=curr; | 
 |  |  |                 limit(); | 
 |  |  | 
 |  |  |                     shadeClose: false, | 
 |  |  |                     content: 'permission_detail.html', | 
 |  |  |                     success: function(layero, index){ | 
 |  |  |                        clearFormVal(layer.getChildFrame('#detail', index)); | 
 |  |  |                         clearFormVal(layer.getChildFrame('#detail', index)); | 
 |  |  |                         layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); | 
 |  |  |                     } | 
 |  |  |                 }); | 
 |  |  | 
 |  |  |                                     layer.closeAll(); | 
 |  |  |                                     tableReload(false); | 
 |  |  |                                 } else if (res.code === 403){ | 
 |  |  |                                     top.location.href = "/"; | 
 |  |  |                                     top.location.href = baseUrl+"/"; | 
 |  |  |                                 } else { | 
 |  |  |                                     layer.msg(res.msg) | 
 |  |  |                                 } | 
 |  |  | 
 |  |  |                 } | 
 |  |  |                 break; | 
 |  |  |             case 'exportData': | 
 |  |  |                 layer.confirm('确定导出Excel吗', function(){ | 
 |  |  |                 layer.confirm('确定导出Excel吗', {shadeClose: true}, function(){ | 
 |  |  |                     var titles=[]; | 
 |  |  |                     var fields=[]; | 
 |  |  |                     obj.config.cols[0].map(function (col) { | 
 |  |  | 
 |  |  |                             if (res.code === 200) { | 
 |  |  |                                 table.exportFile(titles,res.data,'xls'); | 
 |  |  |                             } else if (res.code === 403) { | 
 |  |  |                                 top.location.href = "/"; | 
 |  |  |                                 top.location.href = baseUrl+"/"; | 
 |  |  |                             } else { | 
 |  |  |                                 layer.msg(res.msg) | 
 |  |  |                             } | 
 |  |  | 
 |  |  |                 if (param === undefined) { | 
 |  |  |                     layer.msg("无数据"); | 
 |  |  |                 } else { | 
 |  |  |                    layer.open({ | 
 |  |  |                        type: 2, | 
 |  |  |                        title: '所属详情', | 
 |  |  |                        maxmin: true, | 
 |  |  |                        area: [top.detailHeight, top.detailWidth], | 
 |  |  |                        shadeClose: false, | 
 |  |  |                        content: '../resource/resource_detail.html', | 
 |  |  |                        success: function(layero, index){ | 
 |  |  |                            $.ajax({ | 
 |  |  |                                url: baseUrl+"/resource/"+ param +"/auth", | 
 |  |  |                                headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                                method: 'GET', | 
 |  |  |                                success: function (res) { | 
 |  |  |                                    if (res.code === 200){ | 
 |  |  |                                        setFormVal(layer.getChildFrame('#detail', index), res.data, true); | 
 |  |  |                                        top.convertDisabled(layer.getChildFrame('#data-detail :input', index), true); | 
 |  |  |                                        layer.getChildFrame('#data-detail-submit', index).hide(); | 
 |  |  |                                        layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); | 
 |  |  |                                        layero.find('iframe')[0].contentWindow.layui.form.render('select'); | 
 |  |  |                                    } else if (res.code === 403){ | 
 |  |  |                                        parent.location.href = "/"; | 
 |  |  |                                    }else { | 
 |  |  |                                        layer.msg(res.msg) | 
 |  |  |                                    } | 
 |  |  |                                } | 
 |  |  |                            }) | 
 |  |  |                        } | 
 |  |  |                    }); | 
 |  |  |                     layer.open({ | 
 |  |  |                         type: 2, | 
 |  |  |                         title: '所属详情', | 
 |  |  |                         maxmin: true, | 
 |  |  |                         area: [top.detailHeight, top.detailWidth], | 
 |  |  |                         shadeClose: false, | 
 |  |  |                         content: '../resource/resource_detail.html', | 
 |  |  |                         success: function(layero, index){ | 
 |  |  |                             $.ajax({ | 
 |  |  |                                 url: baseUrl+"/resource/"+ param +"/auth", | 
 |  |  |                                 headers: {'token': localStorage.getItem('token')}, | 
 |  |  |                                 method: 'GET', | 
 |  |  |                                 success: function (res) { | 
 |  |  |                                     if (res.code === 200){ | 
 |  |  |                                         setFormVal(layer.getChildFrame('#detail', index), res.data, true); | 
 |  |  |                                         top.convertDisabled(layer.getChildFrame('#data-detail :input', index), true); | 
 |  |  |                                         layer.getChildFrame('#data-detail-submit', index).hide(); | 
 |  |  |                                         layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); | 
 |  |  |                                         layero.find('iframe')[0].contentWindow.layui.form.render('select'); | 
 |  |  |                                     } else if (res.code === 403){ | 
 |  |  |                                         parent.location.href = "/"; | 
 |  |  |                                     }else { | 
 |  |  |                                         layer.msg(res.msg) | 
 |  |  |                                     } | 
 |  |  |                                 } | 
 |  |  |                             }) | 
 |  |  |                         } | 
 |  |  |                     }); | 
 |  |  |                 } | 
 |  |  |                 break; | 
 |  |  |  | 
 |  |  | 
 |  |  |             shade: [0.5,'#000'] //0.1透明度的背景 | 
 |  |  |         }); | 
 |  |  |         var data = { | 
 |  |  |             title: $('#title').val(), | 
 |  |  |             id: $('#id').val(), | 
 |  |  |             name: $('#name').val(), | 
 |  |  |             action: $('#action').val(), | 
 |  |  | 
 |  |  |                         $(this).val(""); | 
 |  |  |                     }); | 
 |  |  |                 } else if (res.code === 403){ | 
 |  |  |                     top.location.href = "/"; | 
 |  |  |                     top.location.href = baseUrl+"/"; | 
 |  |  |                 }else { | 
 |  |  |                     layer.msg(res.msg) | 
 |  |  |                 } | 
 |  |  | 
 |  |  |         }, | 
 |  |  |         done: function (res, curr, count) { | 
 |  |  |             if (res.code === 403) { | 
 |  |  |                 top.location.href = "/"; | 
 |  |  |                 top.location.href = baseUrl+"/"; | 
 |  |  |             } | 
 |  |  |             pageCurr=curr; | 
 |  |  |             if (res.data.length === 0 && count !== 0) { |