|
@@ -212,10 +212,10 @@
|
|
|
// 参数说明:beginFun("图表ID","list形式数据","翻页时间(毫秒)","本页面唯一id(不可重复)")
|
|
|
// ChartsService.initBarWithShade("charts_24", ServiceProduct.getWeekInByCategory(),
|
|
|
// ChartsService.getGridSpanSmall());
|
|
|
- var initSize = 5;
|
|
|
- var pageSize = 5;
|
|
|
+ var initSize = 3;
|
|
|
+ var pageSize = 3;
|
|
|
var pageIndex = 0;
|
|
|
- var pageSizeA = 5;
|
|
|
+ var pageSizeA = 3;
|
|
|
var pageIndexA = 0;
|
|
|
const weekInBycategoryList = ServiceProduct.getWeekInByCategory();
|
|
|
setTimeout(beginFun("charts_24",weekInBycategoryList,10000,"charts_24"),500);
|
|
@@ -324,7 +324,7 @@
|
|
|
const mouthProduceTaskList = ServiceProduceTask.getMonthList();
|
|
|
this.cacheDataObject.mouthProduceTaskList = {
|
|
|
data: mouthProduceTaskList,
|
|
|
- pagesize: 7,
|
|
|
+ pagesize: 9,
|
|
|
pageindex: 0
|
|
|
}
|
|
|
this.mouthProduceTaskList = mouthProduceTaskList.slice(0, this.cacheDataObject
|