|  |  | 
 |  |  |         url: baseUrl+'/basCrnError/list/auth', | 
 |  |  |         page: true, | 
 |  |  |         limit: 16, | 
 |  |  |         limits: [16, 30, 50, 100, 200, 500], | 
 |  |  |         even: true, | 
 |  |  |         toolbar: '#toolbar', | 
 |  |  |         cellMinWidth: 50, | 
 |  |  | 
 |  |  |                     type: 2, | 
 |  |  |                     title: '新增', | 
 |  |  |                     maxmin: true, | 
 |  |  |                     area: [top.detailWidth, top.detailHeight], | 
 |  |  |                     area: ['500px', top.detailHeight], | 
 |  |  |                     shadeClose: false, | 
 |  |  |                     content: 'basCrnError_detail.html', | 
 |  |  |                     success: function(layero, index){ | 
 |  |  |                         layer.getChildFrame('#data-detail-submit-edit', index).hide(); | 
 |  |  |                         layer.getChildFrame('#errorCode', index).parent().parent().hide(); | 
 |  |  |                         // layer.getChildFrame('#errorCode', index).parent().parent().hide(); | 
 |  |  |                        clearFormVal(layer.getChildFrame('#detail', index)); | 
 |  |  |                         layer.iframeAuto(index);layer.style(index, {top: (($(window).height()-layer.getChildFrame('#data-detail', index).height())/3)+"px"}); | 
 |  |  |                     } | 
 |  |  | 
 |  |  |                     type: 2, | 
 |  |  |                     title: '修改', | 
 |  |  |                     maxmin: true, | 
 |  |  |                     area: [top.detailWidth, top.detailHeight], | 
 |  |  |                     area: ['500px', top.detailHeight], | 
 |  |  |                     shadeClose: false, | 
 |  |  |                     content: 'basCrnError_detail.html', | 
 |  |  |                     success: function(layero, index){ |