|
|
@@ -28,7 +28,8 @@ define(['jquery', "template", "Tools", "echarts", 'swiper', "paging"], function |
|
|
|
var _height=$("body").height();//获取当前窗口的高度 |
|
|
|
var boxHeight = _height-520; |
|
|
|
// |
|
|
|
module.data.pageSize = (boxHeight/55).toFixed(0); |
|
|
|
module.data.pageSize = (boxHeight/55).toFixed(0)-1; |
|
|
|
console.log((boxHeight/55).toFixed(0)) |
|
|
|
$('#newBox').height(boxHeight); |
|
|
|
tools.doGet(getTopDeptId, {}, module.getInformation , true); |
|
|
|
}; |
|
|
|